Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 committed Dec 2, 2024
1 parent 3f75a34 commit f0e2a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tritonbench/operators/layer_norm/operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def torch_compile_layer_norm(self, *args):
import torch._functorch.config

torch._functorch.config.donated_buffer = False
import torch

@torch.compile
def inner(*args):
Expand Down

0 comments on commit f0e2a04

Please sign in to comment.