Skip to content

Commit 798a079

Browse files
PenghuiChengguangyeyCopilot
authored
Skipped UT since it will hang in testing (#1815)
It will hang when the unit test is running. This should be pytorch issue. pytorch/pytorch#79528 Need to follow up on this issue. --------- Signed-off-by: guangyey <[email protected]> Co-authored-by: guangyey <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent bba9a67 commit 798a079

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/xpu/skip_list_common.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,12 @@
7676
"test_compare_cpu_linalg_lu_xpu_float32",
7777
# XPU hang. CUDA hang as well.
7878
# https://github.com/pytorch/pytorch/issues/79528
79+
"test_compare_cpu_special_hermite_polynomial_he_xpu_float32",
7980
"test_compare_cpu_special_hermite_polynomial_h_xpu_float32",
81+
"test_compare_cpu_special_laguerre_polynomial_l_xpu_float32",
82+
"test_compare_cpu_special_legendre_polynomial_p_xpu_float32",
83+
# core dump
84+
"test_dtypes__refs_nn_functional_pdist_xpu",
8085
# XFAIL of CUDA and XPU, unexpected success in fallback
8186
# Linalg OPs not supported
8287
"test_out_cholesky_inverse_xpu_float32",

0 commit comments

Comments
 (0)