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

[SYCL][E2E] Expand testing for std::exp(complex<double>) #15666

Open
wants to merge 2 commits into
base: sycl
Choose a base branch
from

Conversation

AlexeySachkov
Copy link
Contributor

No description provided.

@AlexeySachkov
Copy link
Contributor Author

@SergeyKopienko: FYI

KornevNikita added a commit to KornevNikita/llvm that referenced this pull request Oct 11, 2024
exp(x,NaN) (for any finite x) = (NaN,NaN)
exp(NaN,y) (for any nonzero y) = (NaN,NaN)
exp(x,+∞) (for any finite x) = (NaN,NaN)

https://en.cppreference.com/w/cpp/numeric/complex/exp
E2E: intel#15666
KornevNikita added a commit to KornevNikita/llvm that referenced this pull request Oct 11, 2024
exp(x,NaN) (for any finite x) = (NaN,NaN)
exp(NaN,y) (for any nonzero y) = (NaN,NaN)
exp(x,+∞) (for any finite x) = (NaN,NaN)

https://en.cppreference.com/w/cpp/numeric/complex/exp
E2E: intel#15666
KornevNikita added a commit to KornevNikita/llvm that referenced this pull request Oct 11, 2024
exp(x,NaN) (for any finite x) = (NaN,NaN)
exp(NaN,y) (for any nonzero y) = (NaN,NaN)
exp(x,+∞) (for any finite x) = (NaN,NaN)

https://en.cppreference.com/w/cpp/numeric/complex/exp
E2E: intel#15666
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

Successfully merging this pull request may close these issues.

3 participants