Mentions légales du service

Skip to content

StarPU Interface: Add the reuse_on_node function

Mathieu Faverge requested to merge faverge/chameleon:starpu/gpu_reuse into master

Add the reuse_on_node function to fix issue when moving the date from CU to GPU with interface already pre-allocated.

For example tiles o size axb and bxa requires the same memory spaces but dimensions, and especially leading dimensions, do not match.

Merge request reports