8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30f7047 commit 765a9fdCopy full SHA for 765a9fd
c10/core/Allocator.h
@@ -117,7 +117,7 @@ class C10_API DataPtr {
117
// We used to need this for the implementation of the hack detailed
118
// in Note [Masquerading as CUDA], but that hack has been removed.
119
C10_DEPRECATED_MESSAGE(
120
- "unsafe_set_device is deprecated. You should never need to call this function.");
+ "unsafe_set_device is deprecated. You should never need to call this function.")
121
void unsafe_set_device(Device device) {
122
device_ = device;
123
}
0 commit comments