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
My torch version is 1.9.0, and caught errors within the following two functions/macros: AT_CHECK and THCState_getCurrentStream(state)
I changed them to TORCH_CHECK and at::cuda::getCurrentCUDAStream().stream() and it worked well, so I wonder if those changes can be published in order to support later versions.
The text was updated successfully, but these errors were encountered:
My torch version is 1.9.0, and caught errors within the following two functions/macros:
AT_CHECK
andTHCState_getCurrentStream(state)
I changed them to
TORCH_CHECK
andat::cuda::getCurrentCUDAStream().stream()
and it worked well, so I wonder if those changes can be published in order to support later versions.The text was updated successfully, but these errors were encountered: