Skip to content

FIx CUDA performance bug

Bram Veenboer requested to merge update into master

The updated CUDA host memory management did not pass the host pointers for the visibilities and uvw data to the reuse_memory function. This resulted in slow memory transfers and non-overlapped io/compute in degridding.

Merge request reports