@@ -127,6 +127,10 @@ Complex/sycl_complex_math_test.cpp
127
127
Complex/sycl_complex_operator_test.cpp
128
128
Complex/sycl_complex_pow_test.cpp
129
129
Complex/sycl_complex_stream_test.cpp
130
+ DeviceGlobal/device_global_arrow.cpp
131
+ DeviceGlobal/device_global_device_only.cpp
132
+ DeviceGlobal/device_global_operator_passthrough.cpp
133
+ DeviceGlobal/device_global_subscript.cpp
130
134
DeviceLib/ITTAnnotations/atomic.cpp
131
135
DeviceLib/assert.cpp
132
136
DeviceLib/built-ins/ext_native_math.cpp
@@ -150,6 +154,8 @@ DiscardEvents/discard_events_check_images.cpp
150
154
DiscardEvents/discard_events_using_assert.cpp
151
155
DotProduct/dot_product_int_test.cpp
152
156
DotProduct/dot_product_vec_test.cpp
157
+ ESIMD/dword_atomic_cmpxchg.cpp
158
+ ESIMD/dword_atomic_smoke.cpp
153
159
Functor/functor_inheritance.cpp
154
160
GroupAlgorithm/SYCL2020/exclusive_scan.cpp
155
161
GroupAlgorithm/SYCL2020/group_broadcast.cpp
@@ -178,6 +184,8 @@ KernelParams/array-kernel-param-run.cpp
178
184
KernelParams/union_kernel_param.cpp
179
185
OptionalKernelFeatures/is_compatible.cpp
180
186
Plugin/enqueue-arg-order-image.cpp
187
+ Plugin/interop-level-zero-buffer-multi-dim.cpp
188
+ Plugin/level_zero_track_indirect_access_memory.cpp
181
189
Printf/char.cpp
182
190
Printf/double.cpp
183
191
Printf/float.cpp
@@ -216,8 +224,11 @@ Reduction/reduction_usm_dw.cpp
216
224
Reduction/regression_after_pr_6343.cpp
217
225
Regression/atomic_load.cpp
218
226
Regression/group.cpp
227
+ Regression/half_operators.cpp
219
228
Regression/implicit_atomic_conversion.cpp
220
229
Regression/implicit_kernel_bundle_image_filtering.cpp
230
+ Regression/reduction_resource_leak_dw.cpp
231
+ Regression/reduction_resource_leak_usm.cpp
221
232
Regression/unoptimized_stream.cpp
222
233
Sampler/basic-rw-float.cpp
223
234
Sampler/basic-rw.cpp
@@ -262,8 +273,8 @@ SubGroup/shuffle.cpp
262
273
SubGroup/sub_group_as.cpp
263
274
SubGroup/sub_group_as_vec.cpp
264
275
SubGroup/sub_groups_sycl2020.cpp
265
- SubGroup/vote.cpp
266
276
SubGroupMask/Basic.cpp
277
+ SubGroupMask/GroupSize.cpp
267
278
USM/copy.cpp
268
279
USM/fill.cpp
269
280
USM/math.cpp
0 commit comments