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

update: use the new parsec dtd api #116

Open abouteiller opened 5 months ago

abouteiller commented 5 months ago

update: use the new parsec dtd api to allocate initialize and free arena_datatypes in a consistent order

required after icldisco/parsec#623