File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -144,17 +144,16 @@ add_cts_option(SYCL_CTS_ENABLE_KHR_QUEUE_EMPTY_QUERY_TESTS
144
144
"Enable extension Khronos queue_empty_query tests" OFF
145
145
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS} )
146
146
147
- <<<<<<< khr_queue_flush
148
- add_cts_option (SYCL_CTS_ENABLE_KHR_QUEUE_FLUSH_TESTS
149
- "Enable extension Khronos queue_flush tests" OFF
150
- =======
151
147
add_cts_option (SYCL_CTS_ENABLE_KHR_MAX_WORK_GROUP_QUERIES_TESTS
152
148
"Enable extension Khronos max_work_group_query tests" OFF
153
149
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS} )
154
150
155
151
add_cts_option (SYCL_CTS_ENABLE_KHR_WORK_ITEM_QUERIES_TESTS
156
152
"Enable extension Khronos work_item_queries tests" OFF
157
- >>>>>>> main
153
+ FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS} )
154
+
155
+ add_cts_option (SYCL_CTS_ENABLE_KHR_QUEUE_FLUSH_TESTS
156
+ "Enable extension Khronos queue_flush tests" OFF
158
157
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS} )
159
158
160
159
# TODO: Deprecated - remove
You can’t perform that action at this time.
0 commit comments