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
[Taichi] version 1.0.0, llvm 10.0.0, commit 6a15da8, linux, python 3.8.5
[Torch] : 1.8.1+cu101
[GPU] : 1080Ti
Description:
for issue 4937, I have to use dynamic node. But it will raise cuda error after some iterations.
[E 05/10/22 16:10:18.990 50390] [cuda_driver.h:operator()@87] CUDA Error CUDA_ERROR_ILLEGAL_ADDRESS: an illegal memory access was encountered while calling stream_synchronize (cuStreamSynchronize)
In windows RTX 2060 8GB, it raises another error. (Codes work, when replacing the dynamic node with dense field, or removing loss.backward())
RuntimeError: Unable to find a valid cuDNN algorithm to run convolution
jhonsonlaid
changed the title
CUDA Error, dynamic rnode, with torch training codes
dynamic rnode raise CUDA error with torch training codes
May 10, 2022
jhonsonlaid
changed the title
dynamic rnode raise CUDA error with torch training codes
dynamic node raises CUDA error with torch training codes
May 10, 2022
Environment:
Description:
for issue 4937, I have to use dynamic node. But it will raise cuda error after some iterations.
In windows RTX 2060 8GB, it raises another error. (Codes work, when replacing the dynamic node with dense field, or removing
loss.backward()
)The text was updated successfully, but these errors were encountered: