Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
70eefcf4
Commit
70eefcf4
authored
Oct 10, 2023
by
Alan Turner
Browse files
Change config_header to literal ""
parent
37c3bc1a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
library/src/jit_library/src/common.cpp
library/src/jit_library/src/common.cpp
+1
-3
No files found.
library/src/jit_library/src/common.cpp
View file @
70eefcf4
...
@@ -19,13 +19,11 @@ std::string ToString(DataType dt)
...
@@ -19,13 +19,11 @@ std::string ToString(DataType dt)
throw
std
::
runtime_error
(
"Incorrect data type"
);
throw
std
::
runtime_error
(
"Incorrect data type"
);
}
}
const
std
::
string
config_header
=
""
;
std
::
unordered_map
<
std
::
string_view
,
std
::
string_view
>
GetHeaders
()
std
::
unordered_map
<
std
::
string_view
,
std
::
string_view
>
GetHeaders
()
{
{
auto
headers
=
ck_headers
();
auto
headers
=
ck_headers
();
headers
.
insert
(
headers
.
insert
(
{
"ck/config.h"
,
config_header
});
{
"ck/config.h"
,
""
});
return
headers
;
return
headers
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment