File tree Expand file tree Collapse file tree 3 files changed +408
-0
lines changed
tests/extension/khr_group_interface Expand file tree Collapse file tree 3 files changed +408
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,10 @@ add_cts_option(SYCL_CTS_ENABLE_KHR_FREE_FUNCTION_COMMANDS
134
134
"Enable extension Khronos free_function_commands tests" OFF
135
135
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS} )
136
136
137
+ add_cts_option (SYCL_CTS_ENABLE_KHR_GROUP_INTERFACE_TESTS
138
+ "Enable extension Khronos group_interface tests" OFF
139
+ FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS} )
140
+
137
141
add_cts_option (SYCL_CTS_ENABLE_KHR_QUEUE_EMPTY_QUERY_TESTS
138
142
"Enable extension Khronos queue_empty_query tests" OFF
139
143
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS} )
Original file line number Diff line number Diff line change
1
+ if (SYCL_CTS_ENABLE_KHR_GROUP_INTERFACE_TESTS )
2
+ file (GLOB test_cases_list *.cpp )
3
+
4
+ add_cts_test (${test_cases_list} )
5
+ endif ()
You can’t perform that action at this time.
0 commit comments