batmat develop
Batched linear algebra routines
Loading...
Searching...
No Matches
openmp.h File Reference
#include <batmat/config.hpp>
#include <guanaqo/stringify.h>
#include <omp.h>

Go to the source code of this file.

Macros

#define BATMAT_OMP(X)
#define BATMAT_OMP_IF_ELSE(X, Y)
#define BATMAT_OMP_IF(X)

Macro Definition Documentation

◆ BATMAT_OMP

#define BATMAT_OMP ( X)
Value:
_Pragma(GUANAQO_STRINGIFY(omp X))
#define GUANAQO_STRINGIFY(s)

Definition at line 8 of file openmp.h.

◆ BATMAT_OMP_IF_ELSE

#define BATMAT_OMP_IF_ELSE ( X,
Y )
Value:
X

Definition at line 9 of file openmp.h.

◆ BATMAT_OMP_IF

#define BATMAT_OMP_IF ( X)
Value:
X

Definition at line 10 of file openmp.h.