-
Notifications
You must be signed in to change notification settings - Fork 788
[SYCL] Align nan builtin with the updated specification #12182
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
Conversation
Specification has been changed in KhronosGroup/SYCL-Docs#519.
I need both calls on the same line.
✅ With the latest revision this PR passed the Python code formatter. |
@steffenlarsen , this is ready for review. |
#else | ||
sycl::marray<uint32_t, 3> ma7{1, 2, 3}; | ||
sycl::marray<uint64_t, 3> ma8{1, 2, 3}; | ||
#endif |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need this branching? Seems like we make the changes for both preview and main path. We could keep the old marrays for non-preview testing, despite deprecation.
Same question for the other test case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remaining comment is a nit, so I'll leave it to the author.
Hi @aelovikov-intel, I'm not sure if you are aware yet, but this change seems to break SYCL-CTS in math_tests_api (math_builtin_float_double.cpp):
|
Specification has been changed in
KhronosGroup/SYCL-Docs#519.