OMP macros. More...
#include "threads.h"
Include dependency graph for omp_loop.h:
This graph shows which files directly or indirectly include this file:Macros | |
| #define | FOR_LOOP_I(size) for(Index i = 0; i < size; ++i) |
| Simple for loop over some range. More... | |
| #define | TPO_LOOP(size) |
| Execute operations parallel for each operator. More... | |
| #define | TPO_PARA |
| Dummy implementation. More... | |
OMP macros.