We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba9a67 commit 798a079Copy full SHA for 798a079
test/xpu/skip_list_common.py
@@ -76,7 +76,12 @@
76
"test_compare_cpu_linalg_lu_xpu_float32",
77
# XPU hang. CUDA hang as well.
78
# https://github.com/pytorch/pytorch/issues/79528
79
+ "test_compare_cpu_special_hermite_polynomial_he_xpu_float32",
80
"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",
85
# XFAIL of CUDA and XPU, unexpected success in fallback
86
# Linalg OPs not supported
87
"test_out_cholesky_inverse_xpu_float32",
0 commit comments