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
hi, @fengyuan14 This error is for int8_t overflow value. For CPU/CUDA, (float)215.2612-->(int8)-41, (float)212.4291 -->(int8)-44. But for XPU, the overflow value is always 127. Overflow is an undefined behavior, do you think that we need to file jira to sycl compiler team ?
🐛 Describe the bug
to(torch.int8)
will get different result on XPU.Versions
The text was updated successfully, but these errors were encountered: