"library/vscode:/vscode.git/clone" did not exist on "e845ad4c4efa4888e80fb743864c0ca037d4e08c"
Commit 821f5dff authored by Adam Osewski's avatar Adam Osewski
Browse files

Update cmake file for work scheduling unit-tests.

parent b01aac38
list(APPEND gpu_list gfx908 gfx90a gfx940 gfx941 gfx942)
set(target 0)
foreach(gpu IN LISTS GPU_TARGETS)
if(gpu IN_LIST gpu_list AND target EQUAL 0)
add_custom_target(test_work_scheduling)
add_gtest_executable(test_strided_reduction_tile_loop test_strided_reduction_tile_loop.cpp)
target_link_libraries(test_strided_reduction_tile_loop PRIVATE utility)
add_dependencies(test_work_scheduling test_strided_reduction_tile_loop)
set(target 1)
endif()
endforeach()
add_custom_target(test_work_scheduling)
add_gtest_executable(test_strided_reduction_tile_loop test_strided_reduction_tile_loop_xdl.cpp)
if(result EQUAL 0)
target_link_libraries(test_strided_reduction_tile_loop PRIVATE utility)
add_dependencies(test_work_scheduling test_strided_reduction_tile_loop)
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