mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-04 21:51:28 +00:00
Reorganize files, Part 1 (#119)
* delete obselete files * move files * build * update cmake * update cmake * fix build * reorg examples * update cmake for example and test
This commit is contained in:
3
test/conv2d_bwd_data/CMakeLists.txt
Normal file
3
test/conv2d_bwd_data/CMakeLists.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
add_test_executable(test_conv2d_bwd_data conv2d_bwd_data.cpp)
|
||||
target_link_libraries(test_conv2d_bwd_data PRIVATE host_tensor)
|
||||
target_link_libraries(test_conv2d_bwd_data PRIVATE device_conv2d_bwd_data_instance)
|
||||
Reference in New Issue
Block a user