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
Note that. if T4 in the example up is passed in as non-broadcasting, torch.randint(0, 1, (5, 5), device="cuda").bool().unsqueeze(-1).expand(5, 5, 5),
and defined in fusion as so T4 = fd.define_tensor((-1, -1, 1), (True, True, True), dtype=DataType.Bool)
🐛 Describe the bug
The issue was coming from lots of pytorch slow_tests.
Repro script with python API:
Versions
repro on devel.
The text was updated successfully, but these errors were encountered: