Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rtk::CudaIterativeFDKConeBeamReconstructionFilter memory error. #623

Closed
jxhno1 opened this issue Oct 14, 2024 · 4 comments
Closed

rtk::CudaIterativeFDKConeBeamReconstructionFilter memory error. #623

jxhno1 opened this issue Oct 14, 2024 · 4 comments

Comments

@jxhno1
Copy link

jxhno1 commented Oct 14, 2024

I used CudaIterativeFDKConeBeamReconstructionFilter to try a iter fdk case, a error occur when the data size is 1294x952x600,
image
but the data size 1294x952x300 is ok!
then I put the code on the 4090 card, as GPU memory is 24G, but the error still here.
then I try the cpu filter rtk::IterativeFDKConeBeamReconstructionFilter, data size 1294x952x600 run ok, so I think the CudaIterativeFDKConeBeamReconstructionFilter may have a bug in memory management?

@SimonRit
Copy link
Collaborator

Which RTK version are you using? There's been a bug fixed recently, it hasn't been released yet. See #612.

@jxhno1
Copy link
Author

jxhno1 commented Oct 16, 2024 via email

@SimonRit
Copy link
Collaborator

Then there is another bug fix which explains it, #598. Please reopen if you still have the problem with the master version.

@jxhno1
Copy link
Author

jxhno1 commented Oct 16, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants