|
737 | 737 | # CUDA specific case |
738 | 738 | "test_cufft_plan_cache_xpu_float64", |
739 | 739 | ), |
| 740 | + "test_decomp.py": ( |
| 741 | + # AssertionError: Tensor-likes are not close! ; Exception: Tensor-likes are not close! |
| 742 | + "test_comprehensive_baddbmm_xpu_float64", |
| 743 | + "test_comprehensive_logspace_tensor_overload_xpu_int16", |
| 744 | + "test_comprehensive_logspace_tensor_overload_xpu_int32", |
| 745 | + "test_comprehensive_logspace_tensor_overload_xpu_int64", |
| 746 | + "test_comprehensive_logspace_xpu_int16", |
| 747 | + "test_comprehensive_logspace_xpu_int32", |
| 748 | + "test_comprehensive_logspace_xpu_int64", |
| 749 | + # RuntimeError: could not create a primitive descriptor for the deconvolution forward propagation primitive. |
| 750 | + "test_comprehensive_nn_functional_conv_transpose2d_xpu_bfloat16", |
| 751 | + "test_comprehensive_nn_functional_conv_transpose2d_xpu_complex128", |
| 752 | + "test_comprehensive_nn_functional_conv_transpose2d_xpu_complex32", |
| 753 | + "test_comprehensive_nn_functional_conv_transpose2d_xpu_complex64", |
| 754 | + "test_comprehensive_nn_functional_conv_transpose2d_xpu_float16", |
| 755 | + "test_comprehensive_nn_functional_conv_transpose2d_xpu_float32", |
| 756 | + "test_comprehensive_nn_functional_conv_transpose2d_xpu_float64", |
| 757 | + "test_comprehensive_nn_functional_conv_transpose3d_xpu_bfloat16", |
| 758 | + "test_comprehensive_nn_functional_conv_transpose3d_xpu_complex128", |
| 759 | + "test_comprehensive_nn_functional_conv_transpose3d_xpu_complex32", |
| 760 | + "test_comprehensive_nn_functional_conv_transpose3d_xpu_complex64", |
| 761 | + "test_comprehensive_nn_functional_conv_transpose3d_xpu_float16", |
| 762 | + "test_comprehensive_nn_functional_conv_transpose3d_xpu_float32", |
| 763 | + "test_comprehensive_nn_functional_conv_transpose3d_xpu_float64", |
| 764 | + # AssertionError: Tensor-likes are not close! ; Exception: Tensor-likes are not close! |
| 765 | + "test_comprehensive_nn_functional_instance_norm_xpu_float64", |
| 766 | + # RuntimeError: Difference from float64 is larger with decomposition nll_loss_forward.default than original on output 0. |
| 767 | + "test_comprehensive_nn_functional_nll_loss_xpu_float16", |
| 768 | + "test_comprehensive_nn_functional_pad_reflect_xpu_bfloat16", |
| 769 | + # NotImplementedError: Could not run 'aten::_flash_attention_forward' with arguments from the 'CPU' backend. |
| 770 | + "test_comprehensive_torch_ops_aten__flash_attention_forward_xpu_float16", |
| 771 | + # AssertionError: Scalars are not close! ; Exception: Scalars are not close! |
| 772 | + "test_comprehensive_vdot_xpu_complex128", |
| 773 | + "test_comprehensive_vdot_xpu_complex64", |
| 774 | + # AssertionError: Tensor-likes are not close! ; Exception: Tensor-likes are not close! |
| 775 | + "test_quick_addmm_xpu_float64", |
| 776 | + "test_quick_baddbmm_xpu_float64", |
| 777 | + "test_quick_core_backward_baddbmm_xpu_float64", |
| 778 | + # Exception: Jacobian mismatch for output 0 with respect to input 0 |
| 779 | + "test_quick_core_backward_mv_xpu_float64", |
| 780 | + # AssertionError: Tensor-likes are not equal! ; Exception: Tensor-likes are not equal! |
| 781 | + "test_quick_logspace_tensor_overload_xpu_int16", |
| 782 | + "test_quick_logspace_tensor_overload_xpu_int32", |
| 783 | + "test_quick_logspace_tensor_overload_xpu_int64", |
| 784 | + "test_quick_logspace_xpu_int16", |
| 785 | + "test_quick_logspace_xpu_int32", |
| 786 | + "test_quick_logspace_xpu_int64", |
| 787 | + # AssertionError: Scalars are not close! ; Exception: Scalars are not close! |
| 788 | + "test_quick_vdot_xpu_complex128", |
| 789 | + "test_quick_vdot_xpu_complex64", |
| 790 | + # AssertionError: Tensor-likes are not close! |
| 791 | + "test_exponential_non_inf_xpu", |
| 792 | + # RuntimeError: I got this output for HasDecompTest.test_aten_core_operators: |
| 793 | + "test_aten_core_operators", |
| 794 | + "test_has_decomposition", |
| 795 | + # AssertionError: Tensor-likes are not close! |
| 796 | + "test_comprehensive_diff_xpu_complex128", |
| 797 | + "test_comprehensive_ormqr_xpu_complex128", |
| 798 | + "test_quick_var_mean_xpu_float64", |
| 799 | + "test_comprehensive_diff_xpu_complex64", |
| 800 | + "test_comprehensive_ormqr_xpu_complex64", |
| 801 | + "test_quick_mean_xpu_complex128", |
| 802 | + "test_comprehensive_grid_sampler_2d_xpu_bfloat16", |
| 803 | + ), |
740 | 804 | "functorch/test_ops_xpu.py": None, |
741 | 805 | "test_sparse_xpu.py": None, |
742 | 806 | "test_sparse_csr_xpu.py": None, |
|
0 commit comments