[Rtk-users] [EXTERNAL] Help with CudaForwardProjectionImageFilter

Simon Rit simon.rit at creatis.insa-lyon.fr
Mon Apr 29 17:40:21 CEST 2024


Thanks. I think I understood the issue. Your code indicates this line for
the initial error:
https://github.com/SimonRit/RTK/blob/86d1e83d5341a6a7a85400d550d4759b46653522/src/rtkCudaUtilities.cu#L115
The numel variable two lines above is computed as an int, which max value
(2^31-1=2147483647) is below 1264*1356*1356=2324162304. Larger GPU memory
comes with new bugs! Can you report your issue on github and I'll fix this
quickly?
Thanks in advance,
Simon
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.creatis.insa-lyon.fr/pipermail/rtk-users/attachments/20240429/e0596afd/attachment.htm>


More information about the Rtk-users mailing list