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
a685822e
Commit
a685822e
authored
Sep 05, 2024
by
Astha Rai
Browse files
updating CMake
parent
652a7c04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
CMakeLists.txt
CMakeLists.txt
+3
-1
codegen/CMakeLists.txt
codegen/CMakeLists.txt
+3
-1
No files found.
CMakeLists.txt
View file @
a685822e
...
@@ -565,7 +565,9 @@ if(NOT DEFINED INSTANCES_ONLY)
...
@@ -565,7 +565,9 @@ if(NOT DEFINED INSTANCES_ONLY)
PACKAGE_NAME examples
PACKAGE_NAME examples
)
)
add_subdirectory
(
example
)
add_subdirectory
(
example
)
add_subdirectory
(
test
)
if
(
BUILD_TESTING
)
add_subdirectory
(
test
)
endif
()
rocm_package_setup_component
(
profiler
rocm_package_setup_component
(
profiler
LIBRARY_NAME composablekernel
LIBRARY_NAME composablekernel
...
...
codegen/CMakeLists.txt
View file @
a685822e
...
@@ -55,4 +55,6 @@ rocm_install(EXPORT ck_hostTargets
...
@@ -55,4 +55,6 @@ rocm_install(EXPORT ck_hostTargets
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/cmake/composable_kernel
)
DESTINATION
${
CMAKE_INSTALL_LIBDIR
}
/cmake/composable_kernel
)
rocm_install
(
DIRECTORY include/ck DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
)
rocm_install
(
DIRECTORY include/ck DESTINATION
${
CMAKE_INSTALL_INCLUDEDIR
}
)
add_subdirectory
(
test
)
if
(
BUILD_TESTING
)
add_subdirectory
(
test
)
endif
()
gaoqiong
@gaoqiong
mentioned in commit
0dcbaffb
·
Feb 18, 2025
mentioned in commit
0dcbaffb
mentioned in commit 0dcbaffb8acec3d8e77464f6390a8838de68fd61
Toggle commit list
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