Skip to content

Commit

Permalink
Fix commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xuzhao9 authored and FindHao committed Nov 26, 2024
1 parent d542302 commit c061bbf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tritonbench/operator_loader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ def get_input_iter(self) -> Generator:
"aten::convolution_backward",
)
if self.device == "cuda":
from torch._inductor.compile_fx import compile_fx

cudagraph_eager = cudagraphs_inner(
gm, gm_args, copy_outputs=False, copy_inputs=False
)
Expand Down

0 comments on commit c061bbf

Please sign in to comment.