37
edits
Changes
→MKL Testing
Here is my computer's number of logical processors.<br />
<pre>
wmic:root\cli>cpu get numberoflogicalprocessors
NumberOfLogicalProcessors
6 </pre><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 />