-
Notifications
You must be signed in to change notification settings - Fork 26.3k
Support additional device types #12293
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
Conversation
aten/src/ATen/core/Device.cpp
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
ezyang
left a comment
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.
Duplicate test
5ca896b to
0b7c84f
Compare
0b7c84f to
c45430a
Compare
goldsborough
left a comment
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.
Sorry but I think this could be better
c45430a to
bcf3174
Compare
bcf3174 to
22dc4df
Compare
22dc4df to
36d0be0
Compare
36d0be0 to
89da20b
Compare
89da20b to
971d924
Compare
971d924 to
6639e1f
Compare
6639e1f to
8e72719
Compare
8e72719 to
2715f1c
Compare
2715f1c to
359771b
Compare
aten/src/ATen/core/Device.cpp
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
359771b to
d420be0
Compare
d420be0 to
3832ede
Compare
|
For the record: I am OK with landing either the old code, or the new code, once its build failures are fixed. |
3832ede to
012c05c
Compare
Summary: Pull Request resolved: pytorch#12293 Adding support for additional device types besides cuda and cpu. Reviewed By: ezyang Differential Revision: D10175683 fbshipit-source-id: 0b9c7ee9285b762fb268fed439ab2c9f7d37c3c5
012c05c to
849bba4
Compare
Summary: Pull Request resolved: pytorch/pytorch#12293 Adding support for additional device types besides cuda and cpu. Reviewed By: ezyang Differential Revision: D10175683 fbshipit-source-id: 7a8a35c3f1b13a3b6ed84dd2d835f3902a418a6c
Summary: Adding support for additional device types besides cuda and cpu.
Differential Revision: D10175683