Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit 7cc36d0

Browse files
[SYCL-MLIR] Update xfail tests lit
Fixed by intel/llvm#8395. Signed-off-by: Tsang, Whitney <[email protected]>
1 parent ff5459d commit 7cc36d0

File tree

4 files changed

+10
-19
lines changed

4 files changed

+10
-19
lines changed

SYCL/Basic/buffer/reinterpret.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
//
66
// XFAIL: level_zero&&gpu
77

8+
// https://github.com/intel/llvm/issues/7585 to fix the failure:
9+
// XFAIL: gpu
10+
811
//==---------- reinterpret.cpp --- SYCL buffer reinterpret basic test ------==//
912
//
1013
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.

SYCL/HostInteropTask/host-task-two-queues.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// TODO: Flaky fail on Level Zero that is why mark as unsupported temporarily.
77
// UNSUPPORTED: level_zero
88

9+
// https://github.com/intel/llvm/issues/7585 to fix the failure:
10+
// XFAIL: gpu
11+
912
#include <iostream>
1013
#include <sycl/sycl.hpp>
1114
#include <vector>

SYCL/SubGroup/sub_groups_sycl2020.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
// Nvidia.
77
// XFAIL: hip_nvidia
88

9+
// https://github.com/intel/llvm/issues/7585 to fix the failure:
10+
// XFAIL: gpu
11+
912
#include <sycl/sycl.hpp>
1013

1114
int main() {

SYCL/xfail_tests.txt

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ Basic/accessor/get_device_access_deduction.cpp
7777
Basic/bit_cast/bit_cast.cpp
7878
Basic/boolean.cpp
7979
Basic/buffer/buffer.cpp
80-
Basic/buffer/reinterpret.cpp
8180
Basic/built-ins.cpp
8281
Basic/compare_exchange_strong.cpp
8382
Basic/device_event.cpp
@@ -148,12 +147,6 @@ DiscardEvents/discard_events_check_images.cpp
148147
DiscardEvents/discard_events_using_assert.cpp
149148
DotProduct/dot_product_int_test.cpp
150149
DotProduct/dot_product_vec_test.cpp
151-
ESIMD/api/svm_gather_scatter_scalar_off.cpp
152-
ESIMD/dword_atomic_cmpxchg.cpp
153-
ESIMD/dword_atomic_cmpxchg_scalar_off.cpp
154-
ESIMD/dword_atomic_smoke.cpp
155-
ESIMD/dword_atomic_smoke_scalar_off.cpp
156-
ESIMD/imulh_umulh.cpp
157150
Functor/functor_inheritance.cpp
158151
GroupAlgorithm/SYCL2020/group_broadcast.cpp
159152
GroupAlgorithm/SYCL2020/permute_select.cpp
@@ -169,24 +162,15 @@ GroupLocalMemory/no_early_opt.cpp
169162
HierPar/hier_par_basic.cpp
170163
HierPar/hier_par_wgscope.cpp
171164
HierPar/hier_par_wgscope_O0.cpp
172-
HostInteropTask/host-task-two-queues.cpp
173165
InorderQueue/in_order_kernels.cpp
174166
KernelAndProgram/spec_constants_after_link.cpp
175-
KernelFusion/jit_caching.cpp
167+
KernelFusion/different_nd_ranges.cpp
176168
KernelFusion/struct_with_array.cpp
177-
KernelFusion/sync_two_queues_requirement.cpp
178169
KernelParams/array-kernel-param-nested-run.cpp
179170
KernelParams/array-kernel-param-run.cpp
180171
KernelParams/union_kernel_param.cpp
181-
OneapiDeviceSelector/case_sensitivity.cpp
182172
OptionalKernelFeatures/is_compatible.cpp
183173
Plugin/interop-level-zero-buffer-multi-dim.cpp
184-
Plugin/level_zero_events_caching.cpp
185-
Plugin/level_zero_events_caching_leak.cpp
186-
Plugin/level_zero_ext_intel_cslice.cpp
187-
Plugin/level_zero_ext_intel_queue_index.cpp
188-
Plugin/level_zero_track_indirect_access_memory.cpp
189-
Plugin/level_zero_usm_device_read_only.cpp
190174
Printf/char.cpp
191175
Printf/double.cpp
192176
Printf/float.cpp
@@ -226,7 +210,6 @@ Reduction/reduction_usm_dw.cpp
226210
Reduction/regression_after_pr_6343.cpp
227211
Regression/atomic_load.cpp
228212
Regression/group.cpp
229-
Regression/group_local_linear_id.cpp
230213
Regression/half_operators.cpp
231214
Regression/implicit_atomic_conversion.cpp
232215
Regression/implicit_kernel_bundle_image_filtering.cpp
@@ -270,7 +253,6 @@ SubGroup/scan.cpp
270253
SubGroup/shuffle.cpp
271254
SubGroup/sub_group_as.cpp
272255
SubGroup/sub_group_as_vec.cpp
273-
SubGroup/sub_groups_sycl2020.cpp
274256
SubGroupMask/Basic.cpp
275257
USM/copy.cpp
276258
USM/fill.cpp

0 commit comments

Comments
 (0)