mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-21 13:29:20 +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
[ROCm/composable_kernel commit: 4234b3a691]
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)
|