-
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 #22554: [GPU] Fix cuDNN fusion compiler support of control predece…
…ssors. Imported from GitHub PR #22554 Control predecessors have to be handled like in https://github.com/openxla/xla/blob/28887817aa29aef860211b131e4f6901ef590d4c/xla/service/gpu/transforms/fusion_wrapper.cc#L133-L137 to make the removal of the original instruction safe. Copybara import of the project: -- 7a98896 by Ilia Sergachev <[email protected]>: [GPU] Fix cuDNN fusion compiler support of control predecessors. Merging this change closes #22554 COPYBARA_INTEGRATE_REVIEW=#22554 from openxla:fix_cudnn_fusion_compilation 7a98896 PiperOrigin-RevId: 726463516
- Loading branch information
1 parent
7c8a422
commit 7251cc7
Showing
2 changed files
with
11 additions
and
2 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