mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 12:59:49 +00:00
* Add tensor structure to wrapper
* update changelog
* Fix names
* Comment fixes
[ROCm/composable_kernel commit: 07092d68f0]
5 lines
202 B
CMake
5 lines
202 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)
|