BlasGetNumThreads
获取运行时的线程数。
接口定义
int BlasGetNumThreads(void)
返回值
返回运行时的线程数,最大值为CPU核数。
依赖
#include "kblas.h"
父主题:
Support Functions