Skip to content

Commit

Permalink
Skip cases on MTL device for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng, Penghui <[email protected]>
  • Loading branch information
PenghuiCheng committed Dec 27, 2024
1 parent 826389a commit dd2e3e4
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions test/xpu/extended/skip_list_win_mtl.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
skip_dict = {
# failed on MTL windows, skip first for Preci
"test_ops_xpu.py": (
"test_compare_cpu_sqrt_xpu_complex64",
"test_backward_nn_functional_adaptive_avg_pool2d_xpu_float32",

"test_compare_cpu_cosh_xpu_complex128",
"test_compare_cpu_frexp_xpu_bfloat16",
"test_compare_cpu_frexp_xpu_float16",
Expand All @@ -14,7 +11,35 @@
"test_compare_cpu_max_pool2d_with_indices_backward_xpu_float32",
"test_compare_cpu_max_pool2d_with_indices_backward_xpu_float64",
"test_compare_cpu_nn_functional_avg_pool2d_xpu_bfloat16",
"test_compare_cpu_nn_functional_avg_pool2d_xpu_float32",
"test_compare_cpu_nn_functional_avg_pool3d_xpu_float32",
"test_compare_cpu_nn_functional_avg_pool3d_xpu_float64",
"test_compare_cpu_nn_functional_batch_norm_xpu_float16",
"test_compare_cpu_nn_functional_interpolate_bicubic_xpu_float32",
"test_compare_cpu_nn_functional_interpolate_bicubic_xpu_float64",
"test_compare_cpu_nn_functional_interpolate_bilinear_xpu_float32",
"test_compare_cpu_nn_functional_interpolate_bilinear_xpu_float64",
"test_compare_cpu_nn_functional_max_pool2d_xpu_bfloat16",
"test_compare_cpu_nn_functional_max_pool2d_xpu_float16",
"test_compare_cpu_nn_functional_max_pool2d_xpu_float32",
"test_compare_cpu_nn_functional_max_pool2d_xpu_float64",
"test_compare_cpu_norm_nuc_xpu_complex128",
"test_compare_cpu_norm_nuc_xpu_complex64",
"test_compare_cpu_norm_nuc_xpu_float32",
"test_compare_cpu_norm_nuc_xpu_float64",
"test_compare_cpu_sinh_xpu_complex128",
"test_compare_cpu_softmax_with_dtype_xpu_bfloat16",
"test_compare_cpu_softmax_with_dtype_xpu_complex128",
"test_compare_cpu_softmax_with_dtype_xpu_complex64",
"test_compare_cpu_softmax_with_dtype_xpu_float64",
"test_compare_cpu_softmax_with_dtype_xpu_int32",
"test_compare_cpu_softmax_with_dtype_xpu_int64",
"test_compare_cpu_softmax_with_dtype_xpu_uint8",
"test_compare_cpu_softmax_xpu_float64",
"test_compare_cpu_square_xpu_complex128",
"test_backward_norm_nuc_xpu_float32",
"test_cow_input_norm_nuc_xpu_float32",
"test_forward_ad_norm_nuc_xpu_float32",
"test_operator_norm_nuc_xpu_float32",
"test_view_replay_norm_nuc_xpu_float32",
),
}

0 comments on commit dd2e3e4

Please sign in to comment.