From 6350cff62b39b4354c8e5490140194d524eae1a3 Mon Sep 17 00:00:00 2001 From: "Cheng, Penghui" Date: Fri, 27 Dec 2024 01:33:28 -0800 Subject: [PATCH] Skip the cases for preci test Signed-off-by: Cheng, Penghui --- test/xpu/skip_list_common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/xpu/skip_list_common.py b/test/xpu/skip_list_common.py index 86f725744..fdf481f9c 100644 --- a/test/xpu/skip_list_common.py +++ b/test/xpu/skip_list_common.py @@ -16,6 +16,10 @@ "test_python_ref_torch_fallback__refs_log10_xpu_complex128", "test_python_ref_torch_fallback__refs_sigmoid_xpu_complex128", "test_python_ref_executor__refs_log10_executor_aten_xpu_complex128", + "test_noncontiguous_samples_histogram_xpu_float32", + + # TODO: Fix the following tests + "test_out_warning_torch__scaled_mm_xpu", # To be removed from this file. # CUDA and XPU both XFAIL now.