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] Fix unintended use of fp64 math in complex maths #6897

Merged

Conversation

steffenlarsen
Copy link
Contributor

Select complex math operations unintentionally uses double-precision floating point math in all variants of that builtin. This can cause tests to fail on devices that do not support doubles. This commit fixes these math operations.

Select complex math operations unintentionally uses double-precision
floating point math in all variants of that operation. This can cause
tests to fail on devices that do not support doubles. This commit fixes
these math operations.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen
Copy link
Contributor Author

@intel/llvm-reviewers-runtime & @cperkinsintel - Friendly ping.

@steffenlarsen steffenlarsen merged commit 6b24fdc into intel:sycl Oct 6, 2022
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.

2 participants