Created
January 31, 2025 19:01
-
-
Save AmosLewis/55723047fc165be8c44ae9b31e16da9b 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<[4096,4096],bf16> { | |
%int26 = torch.constant.int 26 | |
%int15 = torch.constant.int 15 | |
return %arg1: !torch.vtensor<[4096,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