File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -56,24 +56,18 @@ add_lit_testsuite(check-sycl-spirv "Running device-agnostic SYCL regression test
56
56
ARGS ${RT_TEST_ARGS}
57
57
PARAMS "SYCL_TRIPLE=spir64-unknown-unknown"
58
58
DEPENDS ${SYCL_TEST_DEPS}
59
- EXCLUDE_FROM_CHECK_ALL
60
59
)
61
60
62
61
add_custom_target (check-sycl )
63
62
add_dependencies (check-sycl check-sycl-spirv )
64
63
set_target_properties (check-sycl PROPERTIES FOLDER "SYCL tests" )
65
64
66
- if (TARGET check-all )
67
- add_dependencies (check-all check-sycl )
68
- endif ()
69
-
70
65
if (SYCL_BUILD_PI_CUDA )
71
66
add_lit_testsuite (check-sycl-ptx "Running device-agnostic SYCL regression tests for NVidia PTX"
72
67
${CMAKE_CURRENT_BINARY_DIR}
73
68
ARGS ${RT_TEST_ARGS}
74
69
PARAMS "SYCL_TRIPLE=nvptx64-nvidia-cuda;SYCL_PLUGIN=cuda"
75
70
DEPENDS ${SYCL_TEST_DEPS}
76
- EXCLUDE_FROM_CHECK_ALL
77
71
)
78
72
79
73
add_custom_target (check-sycl-cuda )
@@ -89,7 +83,6 @@ if(SYCL_BUILD_PI_HIP)
89
83
ARGS ${RT_TEST_ARGS}
90
84
PARAMS "SYCL_TRIPLE=nvptx64-nvidia-cuda;SYCL_PLUGIN=hip"
91
85
DEPENDS ${SYCL_TEST_DEPS}
92
- EXCLUDE_FROM_CHECK_ALL
93
86
)
94
87
95
88
add_dependencies (check-sycl-hip check-sycl-hip-ptx )
@@ -99,7 +92,6 @@ if(SYCL_BUILD_PI_HIP)
99
92
ARGS ${RT_TEST_ARGS}
100
93
PARAMS "SYCL_TRIPLE=amdgcn-amd-amdhsa;SYCL_PLUGIN=hip"
101
94
DEPENDS ${SYCL_TEST_DEPS}
102
- EXCLUDE_FROM_CHECK_ALL
103
95
)
104
96
105
97
add_dependencies (check-sycl-hip check-sycl-hip-gcn )
You can’t perform that action at this time.
0 commit comments