Open main menu

CDOT Wiki β

Changes

GPU621/Intel oneMKL - Math Kernel Library

296 bytes added, 01:35, 1 December 2021
MKL Testing
MKL version<br />
Used to set the number of threads that MKL runs, mkl_set_num_threads(). <br />
max_threads = mkl_get_max_threads();
https://raw.githubusercontent.com/MenglinWu9527/m3u/main/Snipaste_2021-12-01_00-20-37.jpeg
{| classborder="output1" cellspacing="0" cellpadding="5" align="center"
! serial
! 1
|}
Here is my computer's number of logical processors.<br /br>wmic:root\cli>cpu get numberoflogicalprocessors</br>
NumberOfLogicalProcessors
6<br /> When mkl_get_max_threads is equal to the number of physical cores, the performance is the best, not the number of threads, which is the following 3 instead of 6. <br /> 
==References==
references
37
edits