Fix throughput by preallocating host DecReports memory (follow up !473)
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