Implementing DataHandlerGPU
A new DataHandlerGPU
should be introduced which handles data located on the GPU. This additionally implies:
- adding GPU based
LinearOperator
s - integrating the existing GPU based projectors
- designing user interface for GPU based computations
- deciding what to do/where to transfer when exchange between CPU and GPU
DataHandler
s are necessary