Failed calculating VelMax. (CUDA error 700 (an illegal memory access was encountered))

Hello everyone!

I often encounter the following memory allocation issues during debugging. I would like to know how I can check for possible errors.

The error occurs in the Preinteraction functions, and it works well the first time initialize, but stops execution after on-time interaction:


Is it possible that the issue arises during the process of transferring memory to the GPU? I have looked up the possibilities related to this error, and it may be caused by sharing variables stored in the CPU?

Sign In or Register to comment.