Skip to content

Commit 0a56006

Browse files
authored
Update CMakeLists.txt...
1 parent 56e46f0 commit 0a56006

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CMakeLists.txt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -144,17 +144,16 @@ add_cts_option(SYCL_CTS_ENABLE_KHR_QUEUE_EMPTY_QUERY_TESTS
144144
"Enable extension Khronos queue_empty_query tests" OFF
145145
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS})
146146

147-
<<<<<<< khr_queue_flush
148-
add_cts_option(SYCL_CTS_ENABLE_KHR_QUEUE_FLUSH_TESTS
149-
"Enable extension Khronos queue_flush tests" OFF
150-
=======
151147
add_cts_option(SYCL_CTS_ENABLE_KHR_MAX_WORK_GROUP_QUERIES_TESTS
152148
"Enable extension Khronos max_work_group_query tests" OFF
153149
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS})
154150

155151
add_cts_option(SYCL_CTS_ENABLE_KHR_WORK_ITEM_QUERIES_TESTS
156152
"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
158157
FORCE_ON ${SYCL_CTS_ENABLE_KHR_TESTS})
159158

160159
# TODO: Deprecated - remove

0 commit comments

Comments
 (0)