Skip to content

Commit d91aab2

Browse files
authored
Update README.md
1 parent 63e12d6 commit d91aab2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Libraries/oneMKL/matrix_mul_mkl/README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,19 @@ Run `nmake` to build and run the sample. `nmake clean` removes temporary files.
7171
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.
7272

7373
```
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+
7481
./dgemm.mkl
7582
Problem size: A (8192x8192) * B (8192x8192) --> C (8192x8192)
7683
Benchmark interations: 100
7784
Device: Intel(R) Data Center GPU Max 1100
7885
Launching oneMKL GEMM calculation...
79-
DGEMM performance : 14979.3 GFLOPS
86+
DGEMM performance : GFLOPS
8087
```
8188

8289
### Troubleshooting

0 commit comments

Comments
 (0)