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
eaeb3dac
Commit
eaeb3dac
authored
Sep 25, 2024
by
Mirza Halilcevic
Browse files
Fix codegen build issues.
parent
d43cd4ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
codegen/test/rtc/include/rtc/compile_kernel.hpp
codegen/test/rtc/include/rtc/compile_kernel.hpp
+2
-1
No files found.
codegen/test/rtc/include/rtc/compile_kernel.hpp
View file @
eaeb3dac
...
...
@@ -10,8 +10,9 @@ namespace rtc {
struct
src_file
{
src_file
(
std
::
filesystem
::
path
p
,
std
::
string
c
)
:
path
{
std
::
move
(
p
)},
content
{
std
::
move
(
c
)}
{}
CK
::
fs
::
path
path
;
std
::
string
_view
content
;
std
::
string
content
;
};
struct
compile_options
...
...
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