File tree Expand file tree Collapse file tree 1 file changed +4
-24
lines changed
Expand file tree Collapse file tree 1 file changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -25,27 +25,7 @@ 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- ``` @raw hmtl
29- <table>
30- <tr>
31- <th>Exercise Number</th>
32- <th>Type</th>
33- <th>Total Runtime [s]</th>
34- </tr>
35- <tr>
36- <td>1</td>
37- <td>Euler Advection</td>
38- <td>5.741</td>
39- </tr>
40- <tr>
41- <td>2</td>
42- <td>1-D Heat Diffusion <br> (explicit)</td>
43- <td>
44- 1) 9.342 (1.14) <br>
45- 2) 9.975 (1.087) <br>
46- 3) 9.616 (1.017)
47- </td>
48- </tr>
49- </table>
50- ```
51-
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) \n 2) 9.975 (1.087) \n 3) 9.616 (1.017) |
You can’t perform that action at this time.
0 commit comments