我要评分
获取效率
正确性
完整性
易理解

BlasGetParallel

Obtain the parallel type of KML_BLAS.

Interface Definition

int BlasGetParallel(void)

Return Value

  • If 0 is returned, KPL_BLAS is a single-thread math library.
  • If 1 is returned, KPL_BLAS is a common multi-thread math library.
  • If 2 is returned, KPL_BLAS is an OpenMP multi-thread math library.

Dependencies

#include "kblas.h"