We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b274588 commit 34e755aCopy full SHA for 34e755a
tritonbench/utils/triton_op.py
@@ -684,7 +684,7 @@ class BenchmarkOperator(metaclass=PostInitProcessor):
684
use_cuda_graphs: bool = False
685
is_compute_bound = True
686
# reset dynamo to avoid errors like https://github.com/meta-pytorch/tritonbench/issues/90
687
- reset_dynamo = False
+ reset_dynamo = True
688
689
"""
690
A base class for adding operators to torch benchmark.
0 commit comments