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][ESIMD] Remove use of double literal in fmod #7277

Merged

Conversation

steffenlarsen
Copy link
Contributor

The float variant of ESIMD fmod unintentionally uses a double literal which creates a requirement for aspect::fp64 when using the operation. This commit changes this literal to a 32-bit floating point literal.

The float variant of ESIMD fmod unintentionally uses a double literal
which creates a requirement for aspect::fp64 when using the operation.
This commit changes this literal to a 32-bit floating point literal.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
@steffenlarsen steffenlarsen requested a review from a team as a code owner November 3, 2022 19:21
Copy link
Contributor

@cperkinsintel cperkinsintel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably should add a new folder under /doc that explains this in detail.

But perhaps starting a committee would be better?

@steffenlarsen steffenlarsen merged commit cc18904 into intel:sycl Nov 4, 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.

3 participants