Skip to content

Update CUDA::do_compute_avg_beam

Bram Veenboer requested to merge cuda-avg-beam into master
  • Do not use the buffers in CUDA::m_buffers, but allocate new cu::DeviceMemory which is free'ed automatically when the routine is finished.
  • Improve code and add comment about d_average_beam being in double-precision
  • Use std::array instead of std::vector where appropriate
  • Use emplace_back where appropriate
Edited by Bram Veenboer

Merge request reports