19
edits
Changes
→MKL Testing
==MKL Testing==
[[File:mkltestingimage.png]]
In this project I want to compare the running time of the serial version and the optimized version of MKL under multithreading. <br />
The dgemm routine can perform several calculations, so here is two same soulutions to calculate.
s_elapsed = (dsecnd() - s_initial) / LOOP_COUNT;
</pre>
==Output==