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

Missing floating point negation coverage #2119

Open
hashemthomas1 opened this issue Oct 16, 2024 · 0 comments
Open

Missing floating point negation coverage #2119

hashemthomas1 opened this issue Oct 16, 2024 · 0 comments

Comments

@hashemthomas1
Copy link

As a followup to the issue that was opened in: KhronosGroup/OpenCL-Docs#1266

It was clarified regarding floating point negation that it should behave like every other floating point operation (i.e. add, sub, mul, div, fabs) in the sense that:

  • Denorms are preserved on devices that support denorms
  • Denorms may be flushed to zero on devices that don't support them.

A further conclusion of the discussion was that CTS coverage for the operation is encouraged to emphasize this behavior.

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