CMakeLists.txt 148 Bytes
Newer Older
aska-0096's avatar
aska-0096 committed
1
2
3
4
if(GPU_TARGETS MATCHES "gfx1100")
    add_test_executable(test_wmma_op wmma_op.cpp)
    target_link_libraries(test_wmma_op PRIVATE utility)
endif()