<div dir="ltr">Hi all,<div><br></div><div>I am trying the new cuda displaced detector filter but got cudaErrorLaunchFailure. This error was returned by cudaFree(dev_geom) at the end of the code, but since this error type is not registered with cudaFree(), it would be from previous, asynchronous launches. By using cudaDeviceSynchronize() I found the error coming after calling kernel_displaced_weight<<<...>>>(...).</div><div><br></div><div>One interesting thing is that when the error occurs depends on the number of projections processed at once (controlled by the --subset=N option of rtkfdk.exe for example). If I use subset=1 then it fails right with the first projection; if subset=2 it fails at the 16th run when processing the 31st and 32nd projections; if subset=4, at the 14th run; if subset=16 (default), at the 6th run; and so on.</div><div><br></div><div>The input region of each projection is about 1944x200 (the 2nd dimension differs a little bit of course) and the output region is then about 3888x200. A GTX580 card is used.</div><div><br></div><div>Any suggestions and comments on this? Thanks.</div><div><br></div><div>Regards,</div><div>Chao</div></div>