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] Prevent use of double in stream implementation #7234

Merged

Conversation

steffenlarsen
Copy link
Contributor

The current implementation of stream uses double literals for some generalized floating point operations. To avoid this inadvertently requiring support for fp64, this commit makes appropriate conversions.

The current implementation of stream uses double literals for
some generalized floating point operations. To avoid this inadverdently
requiring support for fp64, this commit makes appropriate conversions.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen merged commit a67807a into intel:sycl Nov 2, 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