forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable cudagraphs by default when dynamic shape is enabled. (pytorch…
…#104448) Disable cudagraphs when dynamic shape is enabled (via torch.compile(dynamic=True)). Otherwise, Inductor recompiles for each new shape, which doesn't seem to be very reasonable. Pull Request resolved: pytorch#104448 Approved by: https://github.com/jansel, https://github.com/ezyang
- Loading branch information
1 parent
3279f06
commit e940d5d
Showing
3 changed files
with
22 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters