-
Notifications
You must be signed in to change notification settings - Fork 144
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
Comments
Which RTK version are you using? There's been a bug fixed recently, it hasn't been released yet. See #612. |
itkRTK:5.2 RTK:2.1
| |
jxhzk1314
|
|
***@***.***
|
---- Replied Message ----
| From | Simon ***@***.***> |
| Date | 10/14/2024 23:09 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [RTKConsortium/RTK] rtk::CudaIterativeFDKConeBeamReconstructionFilter memory error. (Issue #623) |
Which RTK version are you using? There's been a bug fixed recently, it hasn't been released yet. See #612.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Then there is another bug fix which explains it, #598. Please reopen if you still have the problem with the master version. |
Thanks,I will try.
| |
jxhzk1314
|
|
***@***.***
|
---- Replied Message ----
| From | Simon ***@***.***> |
| Date | 10/16/2024 13:28 |
| To | ***@***.***> |
| Cc | ***@***.***>***@***.***> |
| Subject | Re: [RTKConsortium/RTK] rtk::CudaIterativeFDKConeBeamReconstructionFilter memory error. (Issue #623) |
Then there is another bug fix which explains it, #598. Please reopen if you still have the problem with the master version.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I used CudaIterativeFDKConeBeamReconstructionFilter to try a iter fdk case, a error occur when the data size is 1294x952x600,
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?
The text was updated successfully, but these errors were encountered: