Skip to content

Commit 34e755a

Browse files
authored
Always reset dynamo (#347)
1 parent b274588 commit 34e755a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tritonbench/utils/triton_op.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ class BenchmarkOperator(metaclass=PostInitProcessor):
684684
use_cuda_graphs: bool = False
685685
is_compute_bound = True
686686
# reset dynamo to avoid errors like https://github.com/meta-pytorch/tritonbench/issues/90
687-
reset_dynamo = False
687+
reset_dynamo = True
688688

689689
"""
690690
A base class for adding operators to torch benchmark.

0 commit comments

Comments
 (0)