<div dir="ltr"><div dir="ltr">Thanks. I think I understood the issue. Your code indicates this line for the initial error:</div><div dir="ltr"><a href="https://github.com/SimonRit/RTK/blob/86d1e83d5341a6a7a85400d550d4759b46653522/src/rtkCudaUtilities.cu#L115">https://github.com/SimonRit/RTK/blob/86d1e83d5341a6a7a85400d550d4759b46653522/src/rtkCudaUtilities.cu#L115</a></div><div>The numel variable two lines above is computed as an int, which max value (2^31-1=<span class="gmail-qv3Wpe" id="gmail-cwos">2147483647) is below </span>1264*1356*1356=<span class="gmail-qv3Wpe" id="gmail-cwos">2324162304. Larger GPU memory comes with new bugs! Can you report your issue on github and I'll fix this quickly?</span></div><div><span class="gmail-qv3Wpe" id="gmail-cwos">Thanks in advance,<br></span></div><div><span class="gmail-qv3Wpe" id="gmail-cwos">Simon<br></span></div></div>