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
Hence, if you can use the XLA builder to generate a computation that derives the type of a torch.uint32, but generates an XLA S32 type - we could use that to trigger either a lowering error or an accuracy issue (e.g. overflow).
You can start by looking at test_operations.py to mimic/repro the behavior. If I have time, I can generate one.
torch supports unsigned int types so this is probably a bug.
The text was updated successfully, but these errors were encountered: