Skip to content

Commit f0e2a04

Browse files
committed
Fix unit test
1 parent 3f75a34 commit f0e2a04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tritonbench/operators/layer_norm/operator.py

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ def torch_compile_layer_norm(self, *args):
4040
import torch._functorch.config
4141

4242
torch._functorch.config.donated_buffer = False
43+
import torch
4344

4445
@torch.compile
4546
def inner(*args):

0 commit comments

Comments
 (0)