Commit 452315c
Fix RuntimeError: value cannot be converted to type int64_t without overflow (pytorch#147492)
The exact call is coming from here:
https://github.com/pytorch/pytorch/blob/78a94c911435bf9b1bb45888033a29081e406ec2/torch/_inductor/memory.py#L161
I have no idea why this error is being thrown and what mode/modes might be failing for this
Pull Request resolved: pytorch#147492
Approved by: https://github.com/eellison1 parent a000c7e commit 452315c
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
969 | 969 | | |
970 | 970 | | |
971 | 971 | | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
972 | 976 | | |
973 | 977 | | |
974 | 978 | | |
| |||
0 commit comments