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
I am just adapting the code that runs on cuda to xla.
Following the Running on a Single XLA Device code sinppet, and I have non_blocking=True for cuda device.
Question is can non_blocking=True convert to xla tensor asynchronously like cuda tensor does?