cacao-org / cacao

Compute And Control for Adaptive Optics
GNU General Public License v3.0
24 stars 9 forks source link

GPU-compatible data format #5

Closed oguyon closed 6 years ago

oguyon commented 6 years ago

Data format should support GPU-hosted memory locations. Need to address synchronization issues. NVIDIA's managed memory is a model, but it suffers from sub-optimal performance because it forces synchronization between GPU and CPU memory even when not needed.

a-sevin commented 6 years ago

Maybe, it could be an issue in the ImageStreamIO repo ?

oguyon commented 6 years ago

Yes - closing here and re-opening in ImageStreamIO