table of contents
flexiblas_get_num_threads(3) | The FlexiBLAS Library | flexiblas_get_num_threads(3) |
NAME¶
flexiblas_get_num_threads - Get the number of threads the backend uses for computation.
SYNOPSIS¶
#include <flexiblas/flexiblas_api.h>
int flexiblas_get_num_threads();
and as weak aliases
int openblas_get_num_threads();
int mkl_get_num_threads();
int blas_get_num_threads();
int acmlgetnumthreads();
Link with -lflexiblas.
DESCRIPTION¶
flexiblas_get_num_threads function gets the number of threads used for computation if the backend supports this. The aliases exist for compatibility reasons with other BLAS implementations like Intel MKL, OpenBLAS, or AMD ACML.
ERRORS¶
If the backends does not support it, one is returned.
REPORTING BUGS¶
The current information about the developers and reporting bugs can be found on the FlexiBLAS homepage.
FlexiBLAS Homepage: <http://www.mpi-magdeburg.mpg.de/projects/flexiblas>
AUTHORS¶
Martin Koehler, Jens Saak
COPYRIGHT¶
Copyright (C) 2013-2020 Martin Koehler
LICENSE¶
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
Mar. 2017 | M. Koehler |