[Rtk-users] Type of CudaDataManager::m_BufferSize

Chao Wu wuchao04 at gmail.com
Thu Dec 15 06:15:51 EST 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/rtk-users/attachments/20161215/837c6a72/attachment-0008.html>


More information about the Rtk-users mailing list