CMakeLists.txt 98 Bytes
Newer Older
1
2
add_test_executable(test_wmma_op wmma_op.cpp)
target_link_libraries(test_wmma_op PRIVATE utility)