We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f75a34 commit f0e2a04Copy full SHA for f0e2a04
tritonbench/operators/layer_norm/operator.py
@@ -40,6 +40,7 @@ def torch_compile_layer_norm(self, *args):
40
import torch._functorch.config
41
42
torch._functorch.config.donated_buffer = False
43
+ import torch
44
45
@torch.compile
46
def inner(*args):
0 commit comments