ICLDisco / parsec

PaRSEC is a generic framework for architecture aware scheduling and management of micro-tasks on distributed, GPU accelerated, many-core heterogeneous architectures. PaRSEC assigns computation threads to the cores, GPU accelerators, overlaps communications and computations and uses a dynamic, fully-distributed scheduler based on architectural features such as NUMA nodes and algorithmic features such as data reuse.
Other
50 stars 17 forks source link

Rename parsec_add2arena #290

Open abouteiller opened 3 years ago

abouteiller commented 3 years ago

Original report by me.


This name does not make sense anymore, we should simplify it to something less weird/internal looking as it is part of the user-facing interface.

bosilca commented 2 years ago