You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Libraries/oneMKL/matrix_mul_mkl/README.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -71,12 +71,19 @@ Run `nmake` to build and run the sample. `nmake clean` removes temporary files.
71
71
If everything is working correctly, the program will generate two input matrices and call oneMKL to multiply them. It will also compute the product matrix itself to verify the results from oneMKL.
72
72
73
73
```
74
+
./sgemm.mkl
75
+
Problem size: A (8192x8192) * B (8192x8192) --> C (8192x8192)
76
+
Benchmark interations: 100
77
+
Device: Intel(R) Iris(R) Xe Graphics
78
+
Launching oneMKL GEMM calculation...
79
+
SGEMM performance : GFLOPS
80
+
74
81
./dgemm.mkl
75
82
Problem size: A (8192x8192) * B (8192x8192) --> C (8192x8192)
0 commit comments