Skip to content

Task::neighborsCount pinned host alloc

Created by: sebkelle1

Host memory for the neighborsCount array needs to be allocated as page-locked (or pinned) memory, because the DeviceToHost transfers otherwise serialize the streams on the GPU. This is the only host memory involved in DeviceToHost transfers.

Merge request reports

Loading