"tests/pipelines/controlnetxs/__init__.py" did not exist on "f15f0cd2b50df9823c295f82f5f3e7fc8bf2cdcf"
Commit d9dd24fe authored by aska-0096's avatar aska-0096
Browse files

Add arch limit in test subfolder

parent 1e59eb3b
add_test_executable(test_wmma_op wmma_op.cpp)
target_link_libraries(test_wmma_op PRIVATE utility)
if(GPU_TARGETS MATCHES "gfx1100")
add_test_executable(test_wmma_op wmma_op.cpp)
target_link_libraries(test_wmma_op PRIVATE utility)
endif()
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment