You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
accuracy issue of test_neg_view_nn_functional_rrelu_xpu_float64 - PASSED on
torch 2.6.0a0+git64ccebd
torch-xpu-ops 3b245e2
RuntimeError: value cannot be converted to type float without overflow
TestMathBitsXPU has 2 cases with RuntimeError: value cannot be converted to type float without overflow - v2.6
"test_conj_view_addbmm_xpu_complex64",
"test_neg_conj_view_addbmm_xpu_complex128", - duplicated with [Evaluated] MKLDNN implementation of addbmm does not support complex and real data type #436
Versions
latest version
The text was updated successfully, but these errors were encountered:
For test_conj_view_addbmm_xpu_complex64, we got "RuntimeError: value cannot be converted to type float without overflow", it could because the addbmm implementation of mkldnn has explicit cast to float like "alpha.to()", when the alpha and beta are complex, it causes the error. {'beta': (1+2j), 'alpha': (2+3j)}. @ZhiweiYan-96 please help follow up.
🐛 Describe the bug
accuracy issue of test_neg_view_nn_functional_rrelu_xpu_float64 - PASSED on
torch 2.6.0a0+git64ccebd
torch-xpu-ops 3b245e2
RuntimeError: value cannot be converted to type float without overflow
TestMathBitsXPU has 2 cases with RuntimeError: value cannot be converted to type float without overflow - v2.6
"test_conj_view_addbmm_xpu_complex64",
"test_neg_conj_view_addbmm_xpu_complex128", - duplicated with [Evaluated] MKLDNN implementation of addbmm does not support complex and real data type #436
Versions
latest version
The text was updated successfully, but these errors were encountered: