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

[SYCL-MLIR] XFAIL other lits failed on other platforms #1538

Merged
merged 2 commits into from
Jan 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion SYCL/xfail_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,10 @@ Complex/sycl_complex_math_test.cpp
Complex/sycl_complex_operator_test.cpp
Complex/sycl_complex_pow_test.cpp
Complex/sycl_complex_stream_test.cpp
DeviceGlobal/device_global_arrow.cpp
DeviceGlobal/device_global_device_only.cpp
DeviceGlobal/device_global_operator_passthrough.cpp
DeviceGlobal/device_global_subscript.cpp
Comment on lines +130 to +133
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsupported on x64. Failed on GEN9.

DeviceLib/ITTAnnotations/atomic.cpp
DeviceLib/assert.cpp
DeviceLib/built-ins/ext_native_math.cpp
Expand All @@ -150,6 +154,8 @@ DiscardEvents/discard_events_check_images.cpp
DiscardEvents/discard_events_using_assert.cpp
DotProduct/dot_product_int_test.cpp
DotProduct/dot_product_vec_test.cpp
ESIMD/dword_atomic_cmpxchg.cpp
ESIMD/dword_atomic_smoke.cpp
Comment on lines +157 to +158
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsupported on x64. Failed on GEN9.

Functor/functor_inheritance.cpp
GroupAlgorithm/SYCL2020/exclusive_scan.cpp
GroupAlgorithm/SYCL2020/group_broadcast.cpp
Expand Down Expand Up @@ -178,6 +184,8 @@ KernelParams/array-kernel-param-run.cpp
KernelParams/union_kernel_param.cpp
OptionalKernelFeatures/is_compatible.cpp
Plugin/enqueue-arg-order-image.cpp
Plugin/interop-level-zero-buffer-multi-dim.cpp
Plugin/level_zero_track_indirect_access_memory.cpp
Comment on lines +187 to +188
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsupported on OCL GEN9 and x64. Failed on L0 GEN9.

Printf/char.cpp
Printf/double.cpp
Printf/float.cpp
Expand Down Expand Up @@ -216,8 +224,11 @@ Reduction/reduction_usm_dw.cpp
Reduction/regression_after_pr_6343.cpp
Regression/atomic_load.cpp
Regression/group.cpp
Regression/half_operators.cpp
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsupported on x64. Failed on GEN9.

Regression/implicit_atomic_conversion.cpp
Regression/implicit_kernel_bundle_image_filtering.cpp
Regression/reduction_resource_leak_dw.cpp
Regression/reduction_resource_leak_usm.cpp
Comment on lines +230 to +231
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsupported on OCL GEN9 and x64. Failed on L0 GEN9.

Regression/unoptimized_stream.cpp
Sampler/basic-rw-float.cpp
Sampler/basic-rw.cpp
Expand Down Expand Up @@ -262,8 +273,8 @@ SubGroup/shuffle.cpp
SubGroup/sub_group_as.cpp
SubGroup/sub_group_as_vec.cpp
SubGroup/sub_groups_sycl2020.cpp
SubGroup/vote.cpp
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pass on all 3 buildbots, can remove from the xfail list.

SubGroupMask/Basic.cpp
SubGroupMask/GroupSize.cpp
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsupported on x64. Failed on GEN9.

USM/copy.cpp
USM/fill.cpp
USM/math.cpp
Expand Down