-
Notifications
You must be signed in to change notification settings - Fork 788
[SYCL][libdevice] Use saturated __spirv builtin when convert fp16 to ull #10277
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
…o ull type Signed-off-by: jinge90 <[email protected]>
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.
IMO similar adjustments would be needed to all __devicelib_imf_half2<int_type>_<mode>
functions to guarantee that saturated conversions will take place (as long as it's expected from SYCL spec viewpoint)
Signed-off-by: jinge90 <[email protected]>
Hi, @intel/llvm-gatekeepers |
Hi, @aelovikov-intel |
I'm not convinced
is unrelated. What is your reasoning? |
Hi, @intel/llvm-gatekeepers |
…ull (intel#10277) Signed-off-by: jinge90 <[email protected]>
No description provided.