-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PIR & Inference] Refactor fused_weight_only_linear_pass (#59792)
* refactor: refactor fused_weight_only_linear_pass * refactor: add else case for PADDLE_WITH_CUDA * fix: fix typo * refactor: refactor pass * refactor: support sm 70, 75, 80 and 86 in pass * refactor: refactor pass and test * fix: fix typo * refactor: use xxOp::name() instead of pd_op.xx in pass * refactor: refactor error msg and fix typo * refactor: refactor pass and test * fix: fix typo * refactor: refactor IrDtype
- Loading branch information
1 parent
d9407a5
commit 2360fae
Showing
5 changed files
with
105 additions
and
28 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
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