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
fb1bc1bf
Commit
fb1bc1bf
authored
Nov 29, 2024
by
Astha Rai
Browse files
resolved stdexcept include error
parent
60afb522
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
codegen/test/rtc/include/rtc/hip.hpp
codegen/test/rtc/include/rtc/hip.hpp
+1
-0
codegen/test/rtc/src/kernel.cpp
codegen/test/rtc/src/kernel.cpp
+1
-0
No files found.
codegen/test/rtc/include/rtc/hip.hpp
View file @
fb1bc1bf
...
...
@@ -3,6 +3,7 @@
#include <hip/hip_runtime_api.h>
#include <memory>
#include <stdexcept>
#include <string>
namespace
rtc
{
...
...
codegen/test/rtc/src/kernel.cpp
View file @
fb1bc1bf
#include <rtc/kernel.hpp>
#include <rtc/manage_ptr.hpp>
#include <rtc/hip.hpp>
#include <stdexcept>
#include <cassert>
// extern declare the function since hip/hip_ext.h header is broken
...
...
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