Skip to content

Commit

Permalink
Skip cases for workaround in MTL windows UT test (#1242)
Browse files Browse the repository at this point in the history
Skip cases for workaround in MTL windows UT test

Signed-off-by: Cheng, Penghui <[email protected]>
  • Loading branch information
PenghuiCheng authored Jan 3, 2025
1 parent eacca4b commit 06f6339
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/xpu/extended/skip_list_win_mtl.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@
"test_compare_cpu_softmax_with_dtype_xpu_float32",
"test_compare_cpu_softmax_with_dtype_xpu_int16",
"test_compare_cpu_softmax_with_dtype_xpu_int8",
"test_compare_cpu_nn_functional_avg_pool2d_xpu_float16",
"test_compare_cpu_softmax_with_dtype_xpu_float16",
"test_compare_cpu_softmax_xpu_bfloat16",
"test_compare_cpu_softmax_xpu_float32",
),
}

0 comments on commit 06f6339

Please sign in to comment.