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 905b152 commit 2b41fa9Copy full SHA for 2b41fa9
tritonbench/utils/triton_op.py
@@ -693,7 +693,7 @@ class BenchmarkOperator(metaclass=PostInitProcessor):
693
_input_iter: Optional[Generator] = None
694
extra_args: List[str] = []
695
example_inputs: Any = None
696
- use_cuda_graphs: bool = False
+ use_cuda_graphs: bool = True
697
is_compute_bound = True
698
# reset dynamo to avoid errors like https://github.com/meta-pytorch/tritonbench/issues/90
699
reset_dynamo = True
0 commit comments