Skip to content

Commit

Permalink
Skip float8 cases on XPU
Browse files Browse the repository at this point in the history
  • Loading branch information
CuiYifeng committed Dec 25, 2024
1 parent 0f48ac0 commit cc796cc
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions test/xpu/skip_list_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -657,6 +657,40 @@

# TODO: passed from source code building version, investigate
"test_python_ref__refs_log2_xpu_complex128",

# Float8 is currently not supported
"test_python_ref__refs_eye_xpu_float8_e4m3fn",
"test_python_ref__refs_eye_xpu_float8_e4m3fnuz",
"test_python_ref__refs_eye_xpu_float8_e5m2",
"test_python_ref__refs_eye_xpu_float8_e5m2fnuz",
"test_python_ref_executor__refs_eye_executor_aten_xpu_float8_e4m3fn",
"test_python_ref_executor__refs_eye_executor_aten_xpu_float8_e4m3fnuz",
"test_python_ref_executor__refs_eye_executor_aten_xpu_float8_e5m2",
"test_python_ref_executor__refs_eye_executor_aten_xpu_float8_e5m2fnuz",
"test_python_ref_meta__refs_eye_xpu_float8_e4m3fn",
"test_python_ref_meta__refs_eye_xpu_float8_e4m3fnuz",
"test_python_ref_meta__refs_eye_xpu_float8_e5m2",
"test_python_ref_meta__refs_eye_xpu_float8_e5m2fnuz",
"test_python_ref_torch_fallback__refs_eye_xpu_float8_e4m3fn",
"test_python_ref_torch_fallback__refs_eye_xpu_float8_e4m3fnuz",
"test_python_ref_torch_fallback__refs_eye_xpu_float8_e5m2",
"test_python_ref_torch_fallback__refs_eye_xpu_float8_e5m2fnuz",
"test_python_ref__refs_eye_xpu_float8_e4m3fn",
"test_python_ref__refs_eye_xpu_float8_e4m3fnuz",
"test_python_ref__refs_eye_xpu_float8_e5m2",
"test_python_ref__refs_eye_xpu_float8_e5m2fnuz",
"test_python_ref_executor__refs_eye_executor_aten_xpu_float8_e4m3fn",
"test_python_ref_executor__refs_eye_executor_aten_xpu_float8_e4m3fnuz",
"test_python_ref_executor__refs_eye_executor_aten_xpu_float8_e5m2",
"test_python_ref_executor__refs_eye_executor_aten_xpu_float8_e5m2fnuz",
"test_python_ref_meta__refs_eye_xpu_float8_e4m3fn",
"test_python_ref_meta__refs_eye_xpu_float8_e4m3fnuz",
"test_python_ref_meta__refs_eye_xpu_float8_e5m2",
"test_python_ref_meta__refs_eye_xpu_float8_e5m2fnuz",
"test_python_ref_torch_fallback__refs_eye_xpu_float8_e4m3fn",
"test_python_ref_torch_fallback__refs_eye_xpu_float8_e4m3fnuz",
"test_python_ref_torch_fallback__refs_eye_xpu_float8_e5m2",
"test_python_ref_torch_fallback__refs_eye_xpu_float8_e5m2fnuz",
),

"test_binary_ufuncs_xpu.py": (
Expand Down

0 comments on commit cc796cc

Please sign in to comment.