Skip to content

Fix throughput by preallocating host DecReports memory (follow up !473)

Roel Aaij requested to merge global_decision_throughput into master

Since !473 (merged) DecReports are always copied to the host, but memory in HostBuffers was not preallocated. This lead to a significant drop in measured throughput, which is fixed in this MR.

Edited by Rosen Matev

Merge request reports