if(GPU_TARGETS MATCHES "gfx1100")
    add_test_executable(test_wmma_op wmma_op.cpp)
    target_link_libraries(test_wmma_op PRIVATE utility)
endif()
