Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tritonbench/utils/triton_op.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ class BenchmarkOperator(metaclass=PostInitProcessor):
_input_iter: Optional[Generator] = None
extra_args: List[str] = []
example_inputs: Any = None
use_cuda_graphs: bool = False
use_cuda_graphs: bool = True
is_compute_bound = True
# reset dynamo to avoid errors like https://github.com/meta-pytorch/tritonbench/issues/90
reset_dynamo = True
Expand Down
Loading