CUDA_DigitallyReconstructedRadiographs icon indicating copy to clipboard operation
CUDA_DigitallyReconstructedRadiographs copied to clipboard

Cuda Async error

Open Monanayang opened this issue 5 years ago • 2 comments

Cuda Async error: an illegal memory access was encountered

Monanayang avatar Dec 13 '19 09:12 Monanayang

Hi, I'm having the same problem and would like to ask you how you solved it, thanks!

xsk0802 avatar Aug 07 '23 03:08 xsk0802

The error maybe your input movImgMemSize is over the max value of int, change "int m_movImgMemSize;" to "size_t m_movImgMemSize;" may solve your problem.

BigPandaCPU avatar Sep 27 '23 09:09 BigPandaCPU