mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-12 09:16:52 +00:00
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)
|