Skip to content

Commit 2b41fa9

Browse files
committed
always enable cuda graph
1 parent 905b152 commit 2b41fa9

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
@@ -693,7 +693,7 @@ class BenchmarkOperator(metaclass=PostInitProcessor):
693693
_input_iter: Optional[Generator] = None
694694
extra_args: List[str] = []
695695
example_inputs: Any = None
696-
use_cuda_graphs: bool = False
696+
use_cuda_graphs: bool = True
697697
is_compute_bound = True
698698
# reset dynamo to avoid errors like https://github.com/meta-pytorch/tritonbench/issues/90
699699
reset_dynamo = True

0 commit comments

Comments
 (0)