NIPET icon indicating copy to clipboard operation
NIPET copied to clipboard

C++/CUDA: Use CuVec unified memory

Open casperdcl opened this issue 4 years ago • 0 comments

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.

  • [x] upgrade petprj.fprj & petprj.bprj #36
  • [ ] replace petprj.osem with direct calls to the above
  • [ ] update vsm to work without convert2e7

casperdcl avatar Feb 01 '21 01:02 casperdcl