File tree Expand file tree Collapse file tree 1 file changed +22
-4
lines changed
Expand file tree Collapse file tree 1 file changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,25 @@ All exercises were performed on a single CPU: *AMD Ryzen 7 7735U with Radeon Gra
2525- The ** first runtime** corresponds to the initial execution, including compilation and memory allocation.
2626- The ** runtime in parentheses** corresponds to a second execution, where compilation and allocation overhead are avoided.
2727
28- | Exercise Number | Type | Total Runtime [ s] |
29- | --------------- | ---------------------------------- | ----------------- |
30- | 1 | Euler Advection | 5.741 |
31- | 2 | 1-D Heat Diffusion \n (explicit) | 1) 9.342 (1.14) <br /> 2) 9.975 (1.087) <br /> 3) 9.616 (1.017) |
28+ <table >
29+ <tr >
30+ <th >Exercise Number</th >
31+ <th >Type</th >
32+ <th >Total Runtime [s]</th >
33+ </tr >
34+ <tr >
35+ <td >1</td >
36+ <td >Euler Advection</td >
37+ <td >5.741</td >
38+ </tr >
39+ <tr >
40+ <td >2</td >
41+ <td >1-D Heat Diffusion <br > (explicit)</td >
42+ <td >
43+ 1) 9.342 (1.14) <br>
44+ 2) 9.975 (1.087) <br>
45+ 3) 9.616 (1.017)
46+ </td >
47+ </tr >
48+ </table >
49+
You can’t perform that action at this time.
0 commit comments