From b0c41fad4f7bda0645d153ff190124ac15655cc3 Mon Sep 17 00:00:00 2001 From: yuchengliu1 Date: Mon, 2 Sep 2024 10:24:55 +0800 Subject: [PATCH] clear test_linalg skiplist (#797) --- test/xpu/skip_list_common.py | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/test/xpu/skip_list_common.py b/test/xpu/skip_list_common.py index 00b198406..6be0c624c 100644 --- a/test/xpu/skip_list_common.py +++ b/test/xpu/skip_list_common.py @@ -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", @@ -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",