-
Notifications
You must be signed in to change notification settings - Fork 27.2k
Closed
Labels
oncall: jitAdd this issue/PR to JIT oncall triage queueAdd this issue/PR to JIT oncall triage queue
Description
Repro. Fails with not-so-readable error message
import torch
@torch.jit.script
def mm(x, y):
return x @ y
x = torch.randn(4, 3)
y = torch.randn(3, 2)
mm(x, y)
We should either support it or ask people to use torch.mm
cc @zdevito
I'll try to take a stab at this sometime if this is the correct diagnosis
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
oncall: jitAdd this issue/PR to JIT oncall triage queueAdd this issue/PR to JIT oncall triage queue