Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable hook to avoid fp64 issues on ARC for softmax and zeros_like (#840
) To avoid the following issues on ARC: FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_bfloat16 - RuntimeError: Kernel is incompatible with all devices in devs -- FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_bool - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_complex64 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_float16 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_int16 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_int32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_int64 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_int8 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_log_softmax_with_dtype_xpu_uint8 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_bfloat16 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_bool - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_complex64 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_float16 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_int16 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_int32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_int64 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_int8 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_compare_cpu_softmax_with_dtype_xpu_uint8 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_non_standard_bool_values_log_softmax_with_dtype_xpu_bool - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_non_standard_bool_values_softmax_with_dtype_xpu_bool - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCommonXPU::test_non_standard_bool_values_zeros_like_xpu_bool - RuntimeError: Required aspect fp64 is not supported on the device FAILED test_ops_xpu.py::TestCompositeComplianceXPU::test_backward_log_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCompositeComplianceXPU::test_backward_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCompositeComplianceXPU::test_forward_ad_log_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCompositeComplianceXPU::test_forward_ad_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCompositeComplianceXPU::test_operator_log_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCompositeComplianceXPU::test_operator_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCompositeComplianceXPU::test_operator_zeros_like_xpu_float32 - RuntimeError: Required aspect fp64 is not supported on the device FAILED test_ops_xpu.py::TestCompositeComplianceXPU::test_view_replay_log_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs FAILED test_ops_xpu.py::TestCompositeComplianceXPU::test_view_replay_softmax_with_dtype_xpu_float32 - RuntimeError: Kernel is incompatible with all devices in devs Co-authored-by: Zhong, Ruijie <[email protected]>
- Loading branch information