SetCpuMathLibraryNumThreads 咨询
Created by: luotao1
paddle_api.h里面对这个函数的注释是说"the number of cpu math library threads"。 举个例子:如果我在程序进程中SetCpuMathLibraryNumThreads(8),然后create了一个predictor, 之后用Clone()函数复制了100个predictor分别放在100个线程里跑,那么此时"the number of cpu math library threads"是8还是800呢?
即MKL线程的设定是否全局?