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] Fix float-to-half conversion for minimum subnormal on host (#7401)
Currently when converting a floating point value representing the
minimum subnormal value for half to a half on host will result in 0
rather than the expected minimum value. This is due to a faulty check
for the minimum supported single-precision exponent when converting.
This commit fixes this check.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments