Skip to content

Commit

Permalink
skip new fp8 cases
Browse files Browse the repository at this point in the history
  • Loading branch information
daisyden committed Dec 26, 2024
1 parent 6ac674f commit 5e93e04
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions test/xpu/skip_list_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
"test_ops_xpu.py": (
# Skip list of base line

# XPU implementation doesn't claimn FP8 now
# https://github.com/intel/torch-xpu-ops/issues/461
"float8",

# To be removed from this file.
# CUDA and XPU both XFAIL now.
"test_out_narrow_copy_xpu_float32",
Expand Down Expand Up @@ -1301,6 +1305,9 @@
# Compiler issue in handling tanh with real or imag inf.
# https://github.com/intel/torch-xpu-ops/issues/184, https://jira.devtools.intel.com/browse/CMPLRLIBS-34974
"test_reference_numerics_large__refs_tanh_xpu_complex32",

# AssertionError: Torch not compiled with CUDA enabled, case need an update
"test_nonzero_static_large_xpu",
),

"test_masked_xpu.py": (
Expand Down

0 comments on commit 5e93e04

Please sign in to comment.