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: Optimization1.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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:
2
2
3
3
from
4
4
```c
@@ -89,6 +89,6 @@ octave:3> PlotAll % this will create the plot
89
89
90
90
This time the performance graph will look something like
0 commit comments