Hi all,

In utilities\ITKCudaCommon\include\itkCudaDataManager.h the type
of CudaDataManager::m_BufferSize is unsigned int, which prevents buffering
>4GB image data in CUDA memory. In the same file, the type
of GPUMemPointer::m_BufferSize is size_t which looks more proper.

Is there any special reason for this unsigned int type? I am going to
change the type from unsigned int to size_t and test what will happen, but
if anyone already have the experience please let me know. Many thanks.

Best regards,
Chao
_______________________________________________
Rtk-users mailing list
[email protected]
http://public.kitware.com/mailman/listinfo/rtk-users

Reply via email to