Skip to content

Commit

Permalink
Workaround:skip UT cases for random issue
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng, Penghui <[email protected]>
  • Loading branch information
PenghuiCheng committed Dec 26, 2024
1 parent fd09fa4 commit 0788347
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/xpu/skip_list_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
# https://github.com/intel/torch-xpu-ops/issues/461
"float8",

# workarounds for the following tests
"test_python_ref__refs_exp_xpu_complex128”,
"test_python_ref__refs_sigmoid_xpu_complex128",
"test_python_ref_executor__refs_log2_executor_aten_xpu_complex128",
"test_python_ref_executor__refs_exp_executor_aten_xpu_complex128",
"test_python_ref_torch_fallback__refs_log2_xpu_complex128",
"test_python_ref_torch_fallback__refs_log10_xpu_complex128",
"test_python_ref_torch_fallback__refs_sigmoid_xpu_complex128",

# To be removed from this file.
# CUDA and XPU both XFAIL now.
"test_out_narrow_copy_xpu_float32",
Expand Down

0 comments on commit 0788347

Please sign in to comment.