Skip to content

Commit de78314

Browse files
authored
Skip unspported UT for tunable ops (#1415)
Skip unspported UT for tunable ops Signed-off-by: Cheng <penghui.cheng@intel.com>
1 parent 2df7a29 commit de78314

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/xpu/skip_list_common.py

+3
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,9 @@
14211421
"test_numeric_check_leak_tunableop_rocm_xpu_float32",
14221422
"test_dump_results_on_exit_tunableop_xpu_float32",
14231423
"test_rotating_buffer_tunableop_xpu_float32",
1424+
"test_gemm_bias_tunableop_xpu_bfloat16",
1425+
"test_scaled_gemm_tunableop_xpu_float8_e4m3fnuz",
1426+
"test_scaled_gemm_tunableop_xpu_float8_e5m2fnuz",
14241427
# CUDA bias cases added in latest PyTorch
14251428
# AttributeError: module 'torch._C' has no attribute '_cuda_tunableop_enable'
14261429
"test_matmul_check_entries_tunableop_xpu_float16",

0 commit comments

Comments
 (0)