mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-20 12:59:49 +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
135 B
CMake
3 lines
135 B
CMake
add_test_executable(test_reference_conv_fwd reference_conv_fwd.cpp)
|
|
target_link_libraries(test_reference_conv_fwd PRIVATE host_tensor)
|