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_ROCM
Commits
b7775add
Commit
b7775add
authored
Nov 18, 2024
by
Alan Turner
Browse files
Formatting
parent
3adf36be
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
library/src/jit_library/src/common.cpp
library/src/jit_library/src/common.cpp
+1
-2
No files found.
library/src/jit_library/src/common.cpp
View file @
b7775add
...
@@ -22,8 +22,7 @@ std::string ToString(DataType dt)
...
@@ -22,8 +22,7 @@ std::string ToString(DataType dt)
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"
,
""
});
{
"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