|
97 | 97 | "test_scaled_dot_product_attention_3D_input_dim_2D_attn_mask_dropout_p_0_2_xpu", |
98 | 98 | ), |
99 | 99 | "test_utils.py": None, |
100 | | - "test_schema_check.py": None, |
| 100 | + "test_schema_check.py": ( |
| 101 | + # Skipped failed cases for third_party.torch-xpu-ops.test.xpu.test_schema_check.TestSchemaCheckModeOpInfoXPU |
| 102 | + "test_schema_correctness_max_reduction_no_dim_xpu_uint16", |
| 103 | + "test_schema_correctness_max_reduction_no_dim_xpu_uint32", |
| 104 | + "test_schema_correctness_max_reduction_no_dim_xpu_uint64", |
| 105 | + "test_schema_correctness_max_reduction_with_dim_xpu_uint16", |
| 106 | + "test_schema_correctness_max_reduction_with_dim_xpu_uint32", |
| 107 | + "test_schema_correctness_max_reduction_with_dim_xpu_uint64", |
| 108 | + "test_schema_correctness_min_reduction_no_dim_xpu_uint16", |
| 109 | + "test_schema_correctness_min_reduction_no_dim_xpu_uint32", |
| 110 | + "test_schema_correctness_min_reduction_no_dim_xpu_uint64", |
| 111 | + "test_schema_correctness_min_reduction_with_dim_xpu_uint16", |
| 112 | + "test_schema_correctness_min_reduction_with_dim_xpu_uint32", |
| 113 | + "test_schema_correctness_min_reduction_with_dim_xpu_uint64", |
| 114 | + "test_schema_correctness_amax_xpu_uint16", |
| 115 | + "test_schema_correctness_amax_xpu_uint32", |
| 116 | + "test_schema_correctness_amax_xpu_uint64", |
| 117 | + "test_schema_correctness_amin_xpu_uint16", |
| 118 | + "test_schema_correctness_amin_xpu_uint32", |
| 119 | + "test_schema_correctness_amin_xpu_uint64", |
| 120 | + "test_schema_correctness_aminmax_xpu_uint16", |
| 121 | + "test_schema_correctness_aminmax_xpu_uint32", |
| 122 | + "test_schema_correctness_aminmax_xpu_uint64", |
| 123 | + "test_schema_correctness_nn_functional_conv_transpose2d_xpu_bfloat16", |
| 124 | + "test_schema_correctness_nn_functional_conv_transpose2d_xpu_complex128", |
| 125 | + "test_schema_correctness_nn_functional_conv_transpose2d_xpu_complex64", |
| 126 | + "test_schema_correctness_nn_functional_conv_transpose2d_xpu_float16", |
| 127 | + "test_schema_correctness_nn_functional_conv_transpose2d_xpu_float32", |
| 128 | + "test_schema_correctness_nn_functional_conv_transpose2d_xpu_float64", |
| 129 | + "test_schema_correctness_nn_functional_conv_transpose3d_xpu_bfloat16", |
| 130 | + "test_schema_correctness_nn_functional_conv_transpose3d_xpu_complex128", |
| 131 | + "test_schema_correctness_nn_functional_conv_transpose3d_xpu_complex64", |
| 132 | + "test_schema_correctness_nn_functional_conv_transpose3d_xpu_float16", |
| 133 | + "test_schema_correctness_nn_functional_conv_transpose3d_xpu_float32", |
| 134 | + "test_schema_correctness_nn_functional_conv_transpose3d_xpu_float64", |
| 135 | + "test_schema_correctness_torch_ops_aten__flash_attention_forward_xpu_float16", |
| 136 | + ), |
101 | 137 | "test_complex_xpu.py": None, |
102 | 138 | "test_modules_xpu.py": ( |
103 | 139 | # oneDNN issues |
|
0 commit comments