fml
0.1-0
Fused Matrix Library
omp.hh
1
// This file is part of fml which is released under the Boost Software
2
// License, Version 1.0. See accompanying file LICENSE or copy at
3
// https://www.boost.org/LICENSE_1_0.txt
4
5
#ifndef FML__INTERNALS_OMPUTILS_H
6
#define FML__INTERNALS_OMPUTILS_H
7
#pragma once
8
9
10
namespace
fml
11
{
12
namespace
omp
13
{
14
// const int OMP_MIN_SIZE = 1; // for testing
15
const
int
OMP_MIN_SIZE = 2500;
16
}
17
}
18
19
20
#endif
fml
Core namespace.
Definition:
dimops.hh:10
fml
src
fml
_internals
omp.hh
Generated by
1.8.17