You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary:
Pull Request resolved: #2644#2598 (D64220706) causes failures when using other accelerators that do not support CUDA. Making the stream contexts hardware agnostic.
Reviewed By: hpnhxxwn, iamzainhuda
Differential Revision: D67363141
fbshipit-source-id: fc2c6fec1dcbbe15f0385e299b666207d2d9a8f5
f"Result of preproc module {self._fqn} is of type {type(res)}. We currently expect it to be a Tensor, Pipelineable, Iterable, or Dict to handle memory safety. If your output is not of this type, please add support for it above. Otherwise you might run into NaNs or CUDA Illegal Memory issues during training!"
365
391
)
366
392
367
-
# pyre-ignore[6]: torch.cuda.Stream is a wrapper around torch.Stream
0 commit comments