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 34e755a commit 200ca77Copy full SHA for 200ca77
tritonbench/utils/triton_op.py
@@ -681,7 +681,7 @@ class BenchmarkOperator(metaclass=PostInitProcessor):
681
_input_iter: Optional[Generator] = None
682
extra_args: List[str] = []
683
example_inputs: Any = None
684
- use_cuda_graphs: bool = False
+ use_cuda_graphs: bool = True
685
is_compute_bound = True
686
# reset dynamo to avoid errors like https://github.com/meta-pytorch/tritonbench/issues/90
687
reset_dynamo = True
0 commit comments