Skip to content

Commit 3b899de

Browse files
Jianyu HuangJianyu Huang
authored andcommitted
Updated Optimization1 (markdown)
1 parent 97f77c8 commit 3b899de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Optimization1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copy the contents of file [`MMult0.c`](https://github.com/SudoNohup/HowToOptimizeGemm/blob/master/src/MMult0.c) into a file named [`MMult1.c`](https://github.com/SudoNohup/HowToOptimizeGemm/blob/master/src/MMult1.c) and change the contents:
1+
Copy the contents of file [`MMult0.c`](../blob/master/src/MMult0.c) into a file named [`MMult1.c`](../blob/master/src/MMult1.c) and change the contents:
22

33
from
44
```c
@@ -89,6 +89,6 @@ octave:3> PlotAll % this will create the plot
8989

9090
This time the performance graph will look something like
9191

92-
![](https://github.com/SudoNohup/HowToOptimizeGemm/raw/master/figures/compare_MMult0_MMult1.png)
92+
![](./raw/master/figures/compare_MMult0_MMult1.png)
9393

9494
We see no performance benefit. What we are doing is slowly changing the code into one where there will be a performance benefit.

0 commit comments

Comments
 (0)