-
Notifications
You must be signed in to change notification settings - Fork 130
[SYCL-MLIR] XFAIL other lits failed on other platforms #1538
Conversation
Signed-off-by: Tsang, Whitney <[email protected]>
Are these tests passing on CPU but failing on GPU? |
Okey, I see now. If these failures depend on the platform, we might need different XFail lists for different platforms. If we merge this change, the tests won't pass for |
I ran this updated list on my machine, and is still passing, likely all because they are unsupported on cpu. |
Signed-off-by: Tsang, Whitney <[email protected]>
Updated the list to only add the tests that fail or unsupported on all platforms our buildbots run. |
@@ -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 |
There was a problem hiding this comment.
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.
DeviceGlobal/device_global_arrow.cpp | ||
DeviceGlobal/device_global_device_only.cpp | ||
DeviceGlobal/device_global_operator_passthrough.cpp | ||
DeviceGlobal/device_global_subscript.cpp |
There was a problem hiding this comment.
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.
ESIMD/dword_atomic_cmpxchg.cpp | ||
ESIMD/dword_atomic_smoke.cpp |
There was a problem hiding this comment.
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.
Plugin/interop-level-zero-buffer-multi-dim.cpp | ||
Plugin/level_zero_track_indirect_access_memory.cpp |
There was a problem hiding this comment.
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.
@@ -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 |
There was a problem hiding this comment.
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/reduction_resource_leak_dw.cpp | ||
Regression/reduction_resource_leak_usm.cpp |
There was a problem hiding this comment.
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.
SubGroupMask/Basic.cpp | ||
SubGroupMask/GroupSize.cpp |
There was a problem hiding this comment.
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.
Oh, great! We should merge in that case. Thanks! |
Some tests were missing from the xfail list in #1536. Signed-off-by: Tsang, Whitney <[email protected]>
Some tests were missing from the xfail list in #1536. Signed-off-by: Tsang, Whitney <[email protected]>
Some tests were missing from the xfail list in #1536. Signed-off-by: Tsang, Whitney <[email protected]>
Some tests were missing from the xfail list in #1536. Signed-off-by: Tsang, Whitney <[email protected]>
Some tests were missing from the xfail list in #1536. Signed-off-by: Tsang, Whitney <[email protected]>
Some tests were missing from the xfail list in #1536.
Signed-off-by: Tsang, Whitney [email protected]