#include "../../MathUtils/MathsUtils.hpp"
#include "../Matrix.hpp"
#include <algorithm>
#include <cstdlib>
#include <cstring>
#include <immintrin.h>
Go to the source code of this file.
|
| #define | MC (16 * (40 / NTHREADS) * NTHREADS) |
| |
| #define | NC (6 * (800 / NTHREADS) * NTHREADS) |
| |
| #define | KC 500 |
| |
| #define | _min(x, y) ((x) < (y) ? (x) : (y)) |
| |
| #define | PRAGMA_OMP_PARALLEL_FOR _Pragma("omp parallel for schedule(OMP_SCHEDULE) num_threads(NTHREADS)") |
| |
◆ _min
| #define _min |
( |
| x, |
|
|
| y ) ((x) < (y) ? (x) : (y)) |
◆ KC
◆ MC
| #define MC (16 * (40 / NTHREADS) * NTHREADS) |
◆ NC
| #define NC (6 * (800 / NTHREADS) * NTHREADS) |
◆ PRAGMA_OMP_PARALLEL_FOR
| #define PRAGMA_OMP_PARALLEL_FOR _Pragma("omp parallel for schedule(OMP_SCHEDULE) num_threads(NTHREADS)") |