Mentions légales du service

Skip to content

Allocate panel memory manually if it is the read node

LEANDRO NESI Lucas requested to merge lleandro/cppdiodon:allocate_panels into master

This will not let StarPU allocate this particular handle because we know that this data will never be in GPU; a simple malloc can be used instead of the CUDA_HOST_MALLOC, which is slow. Also, the free method submits a callback for the handle and then frees the memory and asks for a starpu invalidate.

Merge request reports