Skip to content

Commit

Permalink
clear test_linalg skiplist (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuchengliu1 authored Sep 2, 2024
1 parent 9cb31bc commit b0c41fa
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions test/xpu/skip_list_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1620,7 +1620,7 @@
"test_triangular_solve_xpu_complex64",
"test_triangular_solve_xpu_float64",
# https://github.com/intel/torch-xpu-ops/issues/317
# addmm.out, addmv.out, linalg_lstsq, linalg_vector_norm.out, norm.out, vdot&dot lack XPU support and fallback to CPU
# addmm.out, addmv.out, linalg_lstsq, vdot&dot lack XPU support and fallback to CPU
"test_addmm_sizes_xpu_complex128",
"test_addmm_sizes_xpu_complex64",
"test_blas_alpha_beta_empty_xpu_complex128",
Expand All @@ -1629,21 +1629,18 @@
"test_linalg_lstsq_input_checks_xpu_complex64",
"test_linalg_lstsq_input_checks_xpu_float32",
"test_linalg_lstsq_input_checks_xpu_float64",
"test_norm_fused_type_promotion_xpu_bfloat16",
"test_norm_fused_type_promotion_xpu_float16",
"test_dot_invalid_args_xpu",
"test_vdot_invalid_args_xpu",
# https://github.com/intel/torch-xpu-ops/issues/821
# RuntimeError: Fail to enable Kineto Profiler on XPU due to error code: 200
"test_norm_fused_type_promotion_xpu_bfloat16",
# AssertionError: True is not false
"test_norm_fused_type_promotion_xpu_float16",
# https://github.com/intel/torch-xpu-ops/issues/814
# xpu does not have '_cuda_tunableop_is_enabled' API
"test_matmul_small_brute_force_tunableop_xpu_float16",
"test_matmul_small_brute_force_tunableop_xpu_float32",
"test_matmul_small_brute_force_tunableop_xpu_float64",
# TypeError: Invalid NaN comparison.
"test_compile_int4_mm_m_32_k_32_n_48_xpu",
"test_compile_int4_mm_m_32_k_32_n_64_xpu",
"test_compile_int4_mm_m_32_k_64_n_48_xpu",
"test_compile_int4_mm_m_32_k_64_n_64_xpu",
"test_compile_int4_mm_m_64_k_32_n_48_xpu",
"test_compile_int4_mm_m_64_k_32_n_64_xpu",
# XPU does not support tunable.
"test_bmm_tunableop_rocm_xpu_float32",
"test_numeric_check_leak_tunableop_rocm_xpu_float32",
Expand Down

0 comments on commit b0c41fa

Please sign in to comment.