ICLDisco / dplasma

DPLASMA is a highly optimized, accelerator-aware, implementation of a dense linear algebra package for distributed heterogeneous systems. It is designed to deliver sustained performance for distributed systems where each node featuring multiple sockets of multicore processors, and if available, accelerators, using the PaRSEC runtime as a backend.
Other
11 stars 9 forks source link

Use the dplasma add2arena in all wrappers #63

Closed abouteiller closed 1 year ago

abouteiller commented 2 years ago

Signed-off-by: Aurelien Bouteiller bouteill@icl.utk.edu

abouteiller commented 1 year ago

the dplasma_add2arena creates structures that are cached and need to be freed during taskpool free.

bosilca commented 1 year ago

As discussed on 03/31/23 we need to rebase and check that we are not leaking memory at the end.