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
53fdf365
Commit
53fdf365
authored
Dec 04, 2023
by
Bartlomiej Kocot
Browse files
Revert "Update cmake files"
This reverts commit
c27f88b5
.
parent
c27f88b5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
14 deletions
+0
-14
CMakeLists.txt
CMakeLists.txt
+0
-2
client_example/25_tensor_transforms/CMakeLists.txt
client_example/25_tensor_transforms/CMakeLists.txt
+0
-2
include/ck/CMakeLists.txt
include/ck/CMakeLists.txt
+0
-1
include/ck/wrapper/CMakeLists.txt
include/ck/wrapper/CMakeLists.txt
+0
-9
No files found.
CMakeLists.txt
View file @
53fdf365
...
@@ -420,8 +420,6 @@ IF(IS_DIRECTORY "${PROJECT_SOURCE_DIR}/library/src/tensor_operation_instance/gpu
...
@@ -420,8 +420,6 @@ IF(IS_DIRECTORY "${PROJECT_SOURCE_DIR}/library/src/tensor_operation_instance/gpu
ENDIF
()
ENDIF
()
ENDFOREACH
()
ENDFOREACH
()
add_subdirectory
(
include/ck
)
add_custom_target
(
instances DEPENDS utility;
${
CK_DEVICE_INSTANCES
}
SOURCES
${
INSTANCE_FILES
}
)
add_custom_target
(
instances DEPENDS utility;
${
CK_DEVICE_INSTANCES
}
SOURCES
${
INSTANCE_FILES
}
)
add_subdirectory
(
library
)
add_subdirectory
(
library
)
...
...
client_example/25_tensor_transforms/CMakeLists.txt
View file @
53fdf365
add_executable
(
client_tensor_transform tensor_transform.cpp
)
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
)
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
deleted
100644 → 0
View file @
c27f88b5
add_subdirectory
(
wrapper
)
include/ck/wrapper/CMakeLists.txt
deleted
100644 → 0
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>
)
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