|
FreeTensor
|
#include <atomic>#include <concepts>#include <exception>#include <functional>#include <omp.h>

Go to the source code of this file.
Namespaces | |
| namespace | freetensor |
Functions | |
| template<std::integral T> | |
| void | freetensor::exceptSafeParallelFor (T begin, T end, T step, const std::function< void(T)> &body, omp_sched_t schedKind, int schedChunkSize=0) |