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] Allow user control over range rounding, and disable for older SYCL spec. (#3082)
This change lets users choose at compile-time whether to do range-rounding.
Rounding is always disabled when using older SYCL specs because the implementation creates const lambdas, which are incompatible with the mutable lambdas allowed in the old spec.
Signed-off-by: rdeodhar <[email protected]>
0 commit comments