BlasGetNumThreads
Obtain the number of running threads.
Interface Definition
int BlasGetNumThreads(void)
Return Value
The number of running threads is returned. The maximum value is the number of CPU cores.
Dependencies
#include "kblas.h"
Parent topic: Support Functions