Created
January 31, 2025 19:02
-
-
Save AmosLewis/59b3c54d34eff62172810d41cfcf13c5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| module { | |
| func.func @faulty(%arg0: !torch.vtensor<[32,4096],bf16>, %arg1: !torch.vtensor<[4096,4096],bf16>) -> !torch.vtensor<[32,4096],bf16> { | |
| %int26 = torch.constant.int 26 | |
| %int15 = torch.constant.int 15 | |
| return %arg0 : !torch.vtensor<[32,4096],bf16> | |
| } | |
| } |
Author
AmosLewis
commented
Jan 31, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment