-
Notifications
You must be signed in to change notification settings - Fork 684
limit facto tensor size to random 4000 numel #14317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
limit facto tensor size to random 4000 numel #14317
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14317
Note: Links to docs will display an error until the docs builds have been completed. ⏳ No Failures, 1 PendingAs of commit 7c6684a with merge base 56659e4 ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82483921. |
5e5f745
to
c62f111
Compare
Summary: devmate wrote an interesting algorithm that randomly distributes the size across dims. Use that to solve the 3999**(1/r) issue. Reviewed By: hsharma35 Differential Revision: D82483921
@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82483921. |
c62f111
to
835829e
Compare
Summary: devmate wrote an interesting algorithm that randomly distributes the size across dims. Use that to solve the 3999**(1/r) issue. Reviewed By: hsharma35 Differential Revision: D82483921
Summary: devmate wrote an interesting algorithm that randomly distributes the size across dims. Use that to solve the 3999**(1/r) issue. Reviewed By: hsharma35 Differential Revision: D82483921
@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82483921. |
Summary: devmate wrote an interesting algorithm that randomly distributes the size across dims. Use that to solve the 3999**(1/r) issue. Reviewed By: hsharma35 Differential Revision: D82483921
835829e
to
7c6684a
Compare
@zonglinpeng has exported this pull request. If you are a Meta employee, you can view the originating diff in D82483921. |
Differential Revision: D82483921 Pull Request resolved: pytorch#14317
Summary: devmate wrote an interesting algorithm that randomly distributes the size across dims. Use that to solve the 3999**(1/r) issue.
Reviewed By: hsharma35
Differential Revision: D82483921