Open main menu

CDOT Wiki β

Changes

GPU621/Intel oneMKL - Math Kernel Library

29 bytes added, 23:14, 1 December 2021
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==
19
edits