You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Change the behavior of sycl::maximum and sycl::minimum to be consistent with std::max and std::min (#10094)
The behavior of sycl::maximum and sycl::minimum used to be different
from std::max and std::min in the case of one of two operand was NaN
since sycl::maximum was implemented with std::greater<> while std::max
used operator <.
KhronosGroup/SYCL-Docs#285
---------
Signed-off-by: Kim, Euna <[email protected]>
Co-authored-by: euna.kim <[email protected]>
0 commit comments