-
Notifications
You must be signed in to change notification settings - Fork 24.1k
Add support for torch.cuda.FloatTensor() #152208
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
base: main
Are you sure you want to change the base?
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/152208
Note: Links to docs will display an error until the docs builds have been completed. ❌ 8 New Failures, 1 Unrelated FailureAs of commit 24a6a20 with merge base 99ae7d4 ( NEW FAILURES - The following jobs have failed:
UNSTABLE - The following job is marked as unstable, possibly due to flakiness on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like issue number is wrong (PR has nothing to do with C++14 compilation issue that has been fixed a while back)
Also, torch.cuda.FloatTensor
has been deprecated for a while, perhaps not worth adding a support for it
@malfet this is a starter task, Dynamo also supports torch.FloatTensor, and usages of torch.FloatTensor are really popular in open source. Agreed that the issue number looks wrong. |
GemmConfig(128, 128, 64, 5, 8), | ||
GemmConfig(256, 128, 64, 4, 8), | ||
GemmConfig(128, 128, 64, 5, 4), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's going on here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your change deletes template_heuristics.py
, which it should not. Also, please sign CLA
941f07d
to
bc241a4
Compare
Summary: Add support for torch.cuda.FloatTensor
Fixes #130722
Add support for torch.cuda.FloatTensor()
cc @voznesenskym @penguinwu @EikanWang @jgong5 @Guobing-Chen @XiaobingSuper @zhuhaozhe @blzheng @wenzhe-nrv @jiayisunx @ipiszy @chenyang78 @kadeng @muchulee8 @amjames @chauhang @aakhundov