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
48 stars 17 forks source link

Remove superfluous checks for input data in kernel_pop() #673

Open devreal opened 2 weeks ago

devreal commented 2 weeks ago

These checks have no relevance and cause problems in TTG because the input data pointers may change.