Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Precision issues depend on Compiler #1124

Open
daisyden opened this issue Nov 28, 2024 · 0 comments
Open

Precision issues depend on Compiler #1124

daisyden opened this issue Nov 28, 2024 · 0 comments
Milestone

Comments

@daisyden
Copy link
Contributor

🐛 Describe the bug

Precision issues depend on oneAPI

For extreme value processing, Numpy and XPU results are inconsistent, std operations get different behavior on std::complex operarands for extremal cases.

"test_reference_numerics_extremal_exp2_xpu_complex128",---fixed
"test_reference_numerics_extremal_exp2_xpu_complex64",---fixed
"test_reference_numerics_normal_nn_functional_tanhshrink_xpu_complex64", ---fixed
"test_reference_numerics_extremal__refs_acos_xpu_complex64", 
"test_reference_numerics_extremal__refs_acosh_xpu_complex64", 
"test_reference_numerics_extremal__refs_asin_xpu_complex64",
"test_reference_numerics_extremal__refs_log_xpu_complex64",
"test_reference_numerics_extremal__refs_tanh_xpu_complex128",
"test_reference_numerics_extremal__refs_tanh_xpu_complex64",
"test_reference_numerics_extremal_acos_xpu_complex64",
"test_reference_numerics_extremal_acosh_xpu_complex64",
"test_reference_numerics_extremal_asin_xpu_complex64",
"test_reference_numerics_extremal_log_xpu_complex64",
"test_reference_numerics_extremal_tanh_xpu_complex128",
"test_reference_numerics_extremal_tanh_xpu_complex64",
"test_reference_numerics_large__refs_acosh_xpu_complex64",
"test_reference_numerics_large_acosh_xpu_complex64",
"test_reference_numerics_large_tanh_xpu_complex32",

Versions

latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant