mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 04:49:54 +00:00
* delete obselete files
* move files
* build
* update cmake
* update cmake
* fix build
* reorg examples
* update cmake for example and test
[ROCm/composable_kernel commit: 5d37d7bff4]
3 lines
108 B
CMake
3 lines
108 B
CMake
add_test_executable(test_conv_util conv_util.cpp)
|
|
target_link_libraries(test_conv_util PRIVATE host_tensor)
|