CUDA_DigitallyReconstructedRadiographs
CUDA_DigitallyReconstructedRadiographs copied to clipboard
Cuda Async error
Cuda Async error: an illegal memory access was encountered
Hi, I'm having the same problem and would like to ask you how you solved it, thanks!
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.