-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #20911: [XLA:GPU] Update cudnn frontend version to 1.9
Imported from GitHub PR #20911 cudnn frontend 1.9 is released, there are some new features that cudnn flash attention will incorporate, hence this PR. * flex attention with arbitrary pointwise operations after softmax in cudnn flash attention graph. * [sequence packing](#20861) enhancement with reduced workspace size. Release note: https://github.com/NVIDIA/cudnn-frontend/releases/tag/v1.9.0 Copybara import of the project: -- 07a0d7a by cjkkkk <[email protected]>: update Merging this change closes #20911 FUTURE_COPYBARA_INTEGRATE_REVIEW=#20911 from Cjkkkk:update_cudnn_fe_1.9 07a0d7a PiperOrigin-RevId: 713680032
- Loading branch information
1 parent
266599d
commit 3ce1143
Showing
3 changed files
with
18 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