This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates with new scaled-mm api (#284)
Summary: This updates the calls to _scaled_mm to the new signature from this PR: pytorch/pytorch#128683 This is needed to unblock inductor work on scaled_mm. ```Shell ❯ ./test/test_everything.sh . . . test/test_fsdp2/test_fsdp2_eager.py ....... [100%] ================================ 7 passed in 27.66s ================================= all tests successful ``` Pull Request resolved: #284 Reviewed By: y-sq Differential Revision: D58709092 Pulled By: drisspg fbshipit-source-id: ab330506621e9240f495be965748066d494d7b50
- Loading branch information
1 parent
1e9add3
commit edae9a3
Showing
6 changed files
with
23 additions
and
30 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
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