Skip to content

Commit 938d4ea

Browse files
authored
temp skip the page fault case (#4572)
1 parent 80ed476 commit 938d4ea

File tree

1 file changed

+30
-3
lines changed

1 file changed

+30
-3
lines changed

tests/gpu/pytorch/config/dynamic_skipped_cases_list.yaml

Lines changed: 30 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,12 @@
6666
- test_linalg.py::TestLinalgXPU::test_cholesky_errors_and_warnings_xpu_float64
6767
- test_linalg.py::TestLinalgXPU::test_cholesky_ex_non_pd_xpu_float32
6868
- test_linalg.py::TestLinalgXPU::test_cholesky_ex_non_pd_xpu_float64
69+
- test_linalg.py::TestLinalgXPU::test_cholesky_inverse_xpu_float32
70+
- test_linalg.py::TestLinalgXPU::test_cholesky_inverse_xpu_float64
6971
- test_linalg.py::TestLinalgXPU::test_linalg_matrix_exp_utils_xpu_float32
72+
- test_linalg.py::TestLinalgXPU::test_outer_type_promotion_xpu_int32_int8
7073
- test_meta.py::TestMetaXPU::test_dispatch_meta_outplace_baddbmm_xpu_bfloat16
74+
- test_meta.py::TestMetaXPU::test_dispatch_meta_outplace_nn_functional_scaled_dot_product_attention_xpu_float64
7175
- test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_xpu_float32
7276
- test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_linear_xpu_float32
7377
- test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_all_strides_pca_lowrank_xpu_float32
@@ -79,6 +83,7 @@
7983
- test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_xpu_bfloat16
8084
- test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_xpu_float16
8185
- test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_xpu_float64
86+
- test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_nn_functional_scaled_dot_product_attention_xpu_float64
8287
- test_meta.py::TestMetaXPU::test_meta_outplace_addmm_xpu_float32
8388
- test_meta.py::TestMetaXPU::test_meta_outplace_addmv_xpu_bfloat16
8489
- test_meta.py::TestMetaXPU::test_meta_outplace_addmv_xpu_float16
@@ -144,10 +149,10 @@
144149
- test_nestedtensor.py::TestNestedTensorAutogradXPU::test_layer_norm_backward_size_512_xpu
145150
- test_nestedtensor.py::TestNestedTensorAutogradXPU::test_layer_norm_backward_size_513_xpu
146151
- test_nestedtensor.py::TestNestedTensorDeviceTypeXPU::test_layer_norm_xpu_float32
152+
- test_nn.py::TestNN::test_RNN_input_size_zero
147153
- test_nn.py::TestNN::test_pdist
148154
- test_nn.py::TestNN::test_pdist_cuda_gradgrad_unimplemented
149155
- test_nn.py::TestNN::test_pdist_large
150-
- test_nn.py::TestNN::test_RNN_input_size_zero
151156
- test_nn.py::TestNN::test_pdist_zeros
152157
- test_ops.py::TestCommonXPU::test_dtypes___rmatmul___xpu
153158
- test_ops.py::TestCommonXPU::test_dtypes__refs_nn_functional_pdist_xpu
@@ -227,11 +232,28 @@
227232
- test_ops.py::TestCommonXPU::test_noncontiguous_samples_mm_xpu_float32
228233
- test_ops.py::TestCommonXPU::test_noncontiguous_samples_mv_xpu_float32
229234
- test_ops.py::TestCommonXPU::test_noncontiguous_samples_nn_functional_pdist_xpu_float32
235+
- test_ops.py::TestCommonXPU::test_noncontiguous_samples_sgn_xpu_float32
236+
- test_ops.py::TestCommonXPU::test_out_index_add_xpu_float32
237+
- test_ops.py::TestCommonXPU::test_out_index_copy_xpu_float32
238+
- test_ops.py::TestCommonXPU::test_out_index_put_xpu_float32
239+
- test_ops.py::TestCommonXPU::test_out_index_reduce_xpu_float32
240+
- test_ops.py::TestCommonXPU::test_out_index_select_xpu_float32
241+
- test_ops.py::TestCommonXPU::test_out_inner_xpu_float32
242+
- test_ops.py::TestCommonXPU::test_out_int_xpu_float32
243+
- test_ops.py::TestCommonXPU::test_out_integral_dtype__refs_prod_xpu_int16
244+
- test_ops.py::TestCommonXPU::test_out_integral_dtype__refs_sum_xpu_int16
245+
- test_ops.py::TestCommonXPU::test_out_log_softmax_with_dtype_xpu_float32
246+
- test_ops.py::TestCommonXPU::test_out_log_softmax_xpu_float32
247+
- test_ops.py::TestCommonXPU::test_out_softmax_with_dtype_xpu_float32
248+
- test_ops.py::TestCommonXPU::test_out_softmax_xpu_float32
230249
- test_ops.py::TestCommonXPU::test_variant_consistency_eager_nn_functional_pdist_xpu_float32
250+
- test_ops.py::TestCommonXPU::test_variant_consistency_eager_sgn_xpu_float32
231251
- test_ops.py::TestCompositeComplianceXPU::test_backward_nn_functional_pdist_xpu_float32
252+
- test_ops.py::TestCompositeComplianceXPU::test_backward_sgn_xpu_float32
232253
- test_ops.py::TestFakeTensorXPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_xpu_float32
233254
- test_ops.py::TestMathBitsXPU::test_neg_view_nn_functional_pdist_xpu_float64
234255
- test_ops.py::TestMathBitsXPU::test_neg_view_nn_functional_scaled_dot_product_attention_xpu_float64
256+
- test_ops.py::TestMathBitsXPU::test_neg_view_sgn_xpu_float64
235257
- test_ops_gradients.py::TestBwdGradientsXPU::test_fn_grad_nn_functional_pdist_xpu_float64
236258
- test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_matmul_xpu_float32
237259
- test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_native_batch_norm_xpu_float32
@@ -249,8 +271,13 @@
249271
- test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_nn_functional_local_response_norm_xpu_float32
250272
- test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_nn_functional_pdist_xpu_float32
251273
- test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_ormqr_xpu_float32
274+
- test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_sgn_xpu_float32
252275
- test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_tensordot_xpu_float32
253-
- reason: Skipped due to no implemented for now. Associated ops will be implemented in future.
276+
- test_serialization.py::TestOldSerialization::test_load_unicode_error_msg
277+
- test_serialization.py::TestOldSerialization::test_serialization_backwards_compat
278+
- test_serialization.py::TestOldSerialization::test_serialization_backwards_compat_safe
279+
- reason: Skipped due to no implemented for now. Associated ops will be implemented
280+
in future.
254281
cases:
255282
- test_nestedtensor.py::TestNestedTensorAutogradXPU::test_abs_backward_xpu
256283
- test_nestedtensor.py::TestNestedTensorAutogradXPU::test_accumulate_grad_different_strides_xpu
@@ -6418,7 +6445,7 @@
64186445
- test_sparse_csr.py::TestSparseCompressedXPU::test_validate_SparseCSR_xpu_int64
64196446
- test_sparse_csr.py::TestSparseCompressedXPU::test_validate_SparseCSR_xpu_int8
64206447
- test_sparse_csr.py::TestSparseCompressedXPU::test_validate_SparseCSR_xpu_uint8
6421-
- reason: Auto skipped due to porting of p2_other_Failed_ no_non-deterministic
6448+
- reason: Auto skipped due to porting of p2_other_Failed_ no_non-deterministic
64226449
cases:
64236450
- test_torch.py::TestTorchDeviceTypeXPU::test_nondeterministic_alert_AdaptiveAvgPool2d_xpu
64246451
- test_torch.py::TestTorchDeviceTypeXPU::test_nondeterministic_alert_AdaptiveAvgPool3d_xpu

0 commit comments

Comments
 (0)