Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
7b729fdd
Commit
7b729fdd
authored
Mar 20, 2024
by
Adam Osewski
Browse files
Build test only on MI series GPUS.
parent
5b2eb1ab
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
test/work_scheduling/CMakeLists.txt
test/work_scheduling/CMakeLists.txt
+11
-6
No files found.
test/work_scheduling/CMakeLists.txt
View file @
7b729fdd
add_custom_target
(
test_work_scheduling
)
list
(
APPEND gpu_list gfx908 gfx90a gfx940 gfx941 gfx942
)
set
(
target 0
)
add_gtest_executable
(
test_strided_reduction_tile_loop test_strided_reduction_tile_loop.cpp
)
foreach
(
gpu IN LISTS GPU_TARGETS
)
target_link_libraries
(
test_strided_reduction_tile_loop PRIVATE utility
)
if
(
gpu IN_LIST gpu_list AND target EQUAL 0
)
add_custom_target
(
test_work_scheduling
)
add_dependencies
(
test_work_scheduling test_strided_reduction_tile_loop
)
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
()
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment