NiftyPET / NIPET

High-throughput PET image reconstruction with high quantitative accuracy and precision
Apache License 2.0
29 stars 7 forks source link

C++/CUDA: Use CuVec unified memory #33

Open casperdcl opened 3 years ago

casperdcl commented 3 years ago

As with https://github.com/NiftyPET/NIMPA/pull/16 and https://github.com/NiftyPET/NIMPA/pull/15.

This would allow for implementing MLEM & OSEM reconstruction in pure Python (using projectors and resolution modelling filters directly) without any unnecessary memory copies.