Skip to content

Commit

Permalink
Skip cases for workaround MTL windows PRECI test
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng <[email protected]>
  • Loading branch information
PenghuiCheng committed Jan 2, 2025
1 parent f0819d2 commit 65f60c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/xpu/extended/skip_list_win_mtl.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,11 @@
"test_forward_ad_norm_nuc_xpu_float32",
"test_operator_norm_nuc_xpu_float32",
"test_view_replay_norm_nuc_xpu_float32",
"test_compare_cpu_nn_functional_avg_pool2d_xpu_float32",
"test_compare_cpu_nn_functional_avg_pool2d_xpu_float64",
"test_compare_cpu_softmax_with_dtype_xpu_bool",
"test_compare_cpu_softmax_with_dtype_xpu_float32",
"test_compare_cpu_softmax_with_dtype_xpu_int16",
"test_compare_cpu_softmax_with_dtype_xpu_int8",
),
}

0 comments on commit 65f60c5

Please sign in to comment.