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

Suffix-increment is deprecated on volatile variables in C++ #674

Closed devreal closed 2 weeks ago

devreal commented 2 weeks ago

Starting with C++20, suffix increment/decrement have been deprecated. The list header are consumed by C++ code (TTG) so let's play nice.

No performance impact.

Fixes https://github.com/ICLDisco/parsec/issues/588