Closed daisyden closed 1 month ago
test_ops.py
"test_conj_view_addbmm_xpu_complex64",
"test_neg_conj_view_addbmm_xpu_complex128",
no this case any more based on latest pytorch, test_neg_view_nn_functional_rrelu_xpu_float64, on db80b98ec460ca5b2fd84c1dfb6426925f64c8cc
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
🐛 Describe the bug
[x] accuracy issue of test_neg_view_nn_functional_rrelu_xpu_float64 - PASSED on torch 2.6.0a0+git64ccebd torch-xpu-ops 3b245e2faeda3982f3147b3216fdee021051985a
[x] 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 #436
Versions
latest version