|
66 | 66 | - test_linalg.py::TestLinalgXPU::test_cholesky_errors_and_warnings_xpu_float64 |
67 | 67 | - test_linalg.py::TestLinalgXPU::test_cholesky_ex_non_pd_xpu_float32 |
68 | 68 | - 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 |
69 | 71 | - test_linalg.py::TestLinalgXPU::test_linalg_matrix_exp_utils_xpu_float32 |
| 72 | + - test_linalg.py::TestLinalgXPU::test_outer_type_promotion_xpu_int32_int8 |
70 | 73 | - 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 |
71 | 75 | - test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_all_strides_linalg_cholesky_xpu_float32 |
72 | 76 | - test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_all_strides_nn_functional_linear_xpu_float32 |
73 | 77 | - test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_all_strides_pca_lowrank_xpu_float32 |
|
79 | 83 | - test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_xpu_bfloat16 |
80 | 84 | - test_meta.py::TestMetaXPU::test_dispatch_symbolic_meta_outplace_nn_functional_conv_transpose1d_xpu_float16 |
81 | 85 | - 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 |
82 | 87 | - test_meta.py::TestMetaXPU::test_meta_outplace_addmm_xpu_float32 |
83 | 88 | - test_meta.py::TestMetaXPU::test_meta_outplace_addmv_xpu_bfloat16 |
84 | 89 | - test_meta.py::TestMetaXPU::test_meta_outplace_addmv_xpu_float16 |
|
144 | 149 | - test_nestedtensor.py::TestNestedTensorAutogradXPU::test_layer_norm_backward_size_512_xpu |
145 | 150 | - test_nestedtensor.py::TestNestedTensorAutogradXPU::test_layer_norm_backward_size_513_xpu |
146 | 151 | - test_nestedtensor.py::TestNestedTensorDeviceTypeXPU::test_layer_norm_xpu_float32 |
| 152 | + - test_nn.py::TestNN::test_RNN_input_size_zero |
147 | 153 | - test_nn.py::TestNN::test_pdist |
148 | 154 | - test_nn.py::TestNN::test_pdist_cuda_gradgrad_unimplemented |
149 | 155 | - test_nn.py::TestNN::test_pdist_large |
150 | | - - test_nn.py::TestNN::test_RNN_input_size_zero |
151 | 156 | - test_nn.py::TestNN::test_pdist_zeros |
152 | 157 | - test_ops.py::TestCommonXPU::test_dtypes___rmatmul___xpu |
153 | 158 | - test_ops.py::TestCommonXPU::test_dtypes__refs_nn_functional_pdist_xpu |
|
227 | 232 | - test_ops.py::TestCommonXPU::test_noncontiguous_samples_mm_xpu_float32 |
228 | 233 | - test_ops.py::TestCommonXPU::test_noncontiguous_samples_mv_xpu_float32 |
229 | 234 | - 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 |
230 | 249 | - 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 |
231 | 251 | - test_ops.py::TestCompositeComplianceXPU::test_backward_nn_functional_pdist_xpu_float32 |
| 252 | + - test_ops.py::TestCompositeComplianceXPU::test_backward_sgn_xpu_float32 |
232 | 253 | - test_ops.py::TestFakeTensorXPU::test_fake_crossref_backward_no_amp_nn_functional_pdist_xpu_float32 |
233 | 254 | - test_ops.py::TestMathBitsXPU::test_neg_view_nn_functional_pdist_xpu_float64 |
234 | 255 | - 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 |
235 | 257 | - test_ops_gradients.py::TestBwdGradientsXPU::test_fn_grad_nn_functional_pdist_xpu_float64 |
236 | 258 | - test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_matmul_xpu_float32 |
237 | 259 | - test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_native_batch_norm_xpu_float32 |
|
249 | 271 | - test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_nn_functional_local_response_norm_xpu_float32 |
250 | 272 | - test_ops_jit.py::TestJitXPU::test_variant_consistency_jit_nn_functional_pdist_xpu_float32 |
251 | 273 | - 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 |
252 | 275 | - 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. |
254 | 281 | cases: |
255 | 282 | - test_nestedtensor.py::TestNestedTensorAutogradXPU::test_abs_backward_xpu |
256 | 283 | - test_nestedtensor.py::TestNestedTensorAutogradXPU::test_accumulate_grad_different_strides_xpu |
|
6418 | 6445 | - test_sparse_csr.py::TestSparseCompressedXPU::test_validate_SparseCSR_xpu_int64 |
6419 | 6446 | - test_sparse_csr.py::TestSparseCompressedXPU::test_validate_SparseCSR_xpu_int8 |
6420 | 6447 | - 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 |
6422 | 6449 | cases: |
6423 | 6450 | - test_torch.py::TestTorchDeviceTypeXPU::test_nondeterministic_alert_AdaptiveAvgPool2d_xpu |
6424 | 6451 | - test_torch.py::TestTorchDeviceTypeXPU::test_nondeterministic_alert_AdaptiveAvgPool3d_xpu |
|
0 commit comments