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
Commits
c27f88b5
Commit
c27f88b5
authored
Dec 01, 2023
by
Bartlomiej Kocot
Browse files
Update cmake files
parent
f741895f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
0 deletions
+14
-0
CMakeLists.txt
CMakeLists.txt
+2
-0
client_example/25_tensor_transforms/CMakeLists.txt
client_example/25_tensor_transforms/CMakeLists.txt
+2
-0
include/ck/CMakeLists.txt
include/ck/CMakeLists.txt
+1
-0
include/ck/wrapper/CMakeLists.txt
include/ck/wrapper/CMakeLists.txt
+9
-0
No files found.
CMakeLists.txt
View file @
c27f88b5
...
...
@@ -420,6 +420,8 @@ IF(IS_DIRECTORY "${PROJECT_SOURCE_DIR}/library/src/tensor_operation_instance/gpu
ENDIF
()
ENDFOREACH
()
add_subdirectory
(
include/ck
)
add_custom_target
(
instances DEPENDS utility;
${
CK_DEVICE_INSTANCES
}
SOURCES
${
INSTANCE_FILES
}
)
add_subdirectory
(
library
)
...
...
client_example/25_tensor_transforms/CMakeLists.txt
View file @
c27f88b5
add_executable
(
client_tensor_transform tensor_transform.cpp
)
target_include_directories
(
client_tensor_transform INTERFACE composable_kernel::wrapper
)
add_executable
(
client_tensor_transform_using_wrapper tensor_transform_using_wrapper.cpp
)
target_include_directories
(
client_tensor_transform_using_wrapper INTERFACE composable_kernel::wrapper
)
include/ck/CMakeLists.txt
0 → 100644
View file @
c27f88b5
add_subdirectory
(
wrapper
)
include/ck/wrapper/CMakeLists.txt
0 → 100644
View file @
c27f88b5
add_library
(
wrapper INTERFACE
)
add_library
(
composable_kernel::wrapper ALIAS wrapper
)
target_include_directories
(
wrapper INTERFACE
$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_INCLUDEDIR
}
/ck>
$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_INCLUDEDIR
}
/ck/utility>
$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_INCLUDEDIR
}
/ck/tensor_description>
$<INSTALL_INTERFACE:
${
CMAKE_INSTALL_INCLUDEDIR
}
/ck/wrapper>
)
gaoqiong
@gaoqiong
mentioned in commit
53fdf365
·
Dec 05, 2023
mentioned in commit
53fdf365
mentioned in commit 53fdf36501b6f5671f38970429d63406c194670c
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