File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ if ((SYCL_BUILD_PI_HIP AND "${SYCL_BUILD_PI_HIP_PLATFORM}" STREQUAL "AMD"))
65
65
set (TRIPLES "${TRIPLES} ,amdgcn-amd-amdhsa" )
66
66
endif ()
67
67
68
- add_lit_testsuite (check-sycl-combined-triples "Running device-agnostic SYCL regression tests for all available triples"
68
+ add_lit_testsuite (check-sycl-combined-triples "Running device-agnostic SYCL regression tests for all avaialble triples"
69
69
${CMAKE_CURRENT_BINARY_DIR}
70
70
ARGS ${RT_TEST_ARGS}
71
71
PARAMS "SYCL_TRIPLE=${TRIPLES} "
@@ -85,7 +85,7 @@ add_lit_testsuite(check-sycl-spirv "Running device-agnostic SYCL regression test
85
85
${SYCL_TEST_EXCLUDE}
86
86
EXCLUDE_FROM_CHECK_ALL
87
87
)
88
-
88
+
89
89
add_lit_testsuite (check-sycl-dumps "Running ABI dump tests only"
90
90
${CMAKE_CURRENT_BINARY_DIR}
91
91
ARGS ${RT_TEST_ARGS}
You can’t perform that action at this time.
0 commit comments