mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-13 01:36:06 +00:00
* Add tensor partition and generic copy for ck wrapper * Update changelog * Stylistic fixes * Change shape/strides logic to descriptor transforms * Fixes * Fix client example * Fix comments
9 lines
407 B
CMake
9 lines
407 B
CMake
add_gtest_executable(test_layout test_layout.cpp)
|
|
target_link_libraries(test_layout PRIVATE utility)
|
|
add_gtest_executable(test_tensor test_tensor.cpp)
|
|
target_link_libraries(test_tensor PRIVATE utility)
|
|
add_gtest_executable(test_copy test_copy.cpp)
|
|
target_link_libraries(test_copy PRIVATE utility)
|
|
add_gtest_executable(test_partition test_partition.cpp)
|
|
target_link_libraries(test_partition PRIVATE utility)
|