-
Notifications
You must be signed in to change notification settings - Fork 508
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PR #22512: [XLA:GPU] Enable cuDNN kernel for NVFP4 block scaled dot
Imported from GitHub PR #22512 Support NVFP4 in addition to MXFP8 hardware acceleration for the "__op$block_scaled_dot" custom call. This PR also addresses some nits from the internal review (like renaming a generic `CompositeType` to a more specific `CudnnMxType`). Copybara import of the project: -- 32e76a8 by Sergey Kozub <[email protected]>: [XLA:GPU] Enable cuDNN kernel for NVFP4 block scaled dot Merging this change closes #22512 COPYBARA_INTEGRATE_REVIEW=#22512 from openxla:skozub/block_scaling_nvfp4 32e76a8 PiperOrigin-RevId: 725985050
- Loading branch information
1 parent
db17202
commit e96c270
Showing
4 changed files
with
92 additions
and
23 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
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