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
import torch
x = torch.ones(2**31 - 1, device=torch.device("xpu:0"), dtype=torch.int8)
// RuntimeError: Non-uniform work-groups are not supported by the target device
Overflow occurred in aten::ceil_div<int> for calculating the number of work groups.