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
f5e4438c
Commit
f5e4438c
authored
Dec 20, 2024
by
Ville Pietilä
Browse files
Fix include paths.
parent
981a2c54
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
test/utility/CMakeLists.txt
test/utility/CMakeLists.txt
+3
-3
test/utility/test_utility.cpp
test/utility/test_utility.cpp
+2
-2
No files found.
test/utility/CMakeLists.txt
View file @
f5e4438c
...
...
@@ -14,10 +14,10 @@ set(hsa-runtime64_DIR /opt/rocm/lib/cmake/hsa-runtime64)
find_package
(
ROCM REQUIRED PATHS /opt/rocm
)
find_package
(
hip REQUIRED PATHS /opt/rocm
)
set
(
CK_ROOT
${
CMAKE_CURRENT_SOURCE_DIR
}
/../..
)
include_directories
(
${
PROJECT_SOURCE_DIR
}
/../include/ck
${
PROJECT_SOURCE_DIR
}
/../include/ck/utility
${
PROJECT_SOURCE_DIR
}
/../include/ck/host_utility
${
CK_ROOT
}
/include
/opt/rocm/include
)
...
...
test/utility/test_utility.cpp
View file @
f5e4438c
...
...
@@ -4,8 +4,8 @@
#include <map>
#include <queue>
#include "gtest/gtest.h"
#include "
/workspaces/composable_kernel/include/
ck/ck.hpp"
#include "
/workspaces/composable_kernel/include/
ck/utility/host_memory_allocator.hpp"
#include "ck/ck.hpp"
#include "ck/utility/host_memory_allocator.hpp"
using
namespace
ck
::
memory
;
...
...
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