Skip to content

Commit d06543a

Browse files
committed
add timings table to README
1 parent e8dd09d commit d06543a

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,4 +180,18 @@ julia> ds_din.translation
180180
2-element StaticArraysCore.SVector{2, Float64} with indices SOneTo(2):
181181
4.62725350082958
182182
-2.6823723442258274
183-
```
183+
```
184+
185+
## Timings
186+
187+
**Points**|**Images**|**Pixel**|**Mode**|**Fwd time CPU**|**Fwd time CPUx8\***|**Fwd time GPU**|**Bwd time CPU**|**Bwd time CPUx8\***|**Bwd time GPU\*\***
188+
:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:|:-----:
189+
10⁴|64|128²|3D → 2D|341 ms|73 ms|15 ms|37 ms|10 ms|1 ms
190+
10⁴|64|1024²|3D → 2D|387 ms|101 ms|16 ms|78 ms|24 ms|2 ms
191+
10⁵|64|128²|3D → 2D|3313 ms|741 ms|153 ms|374 ms|117 ms|9 ms
192+
10⁵|64|1024²|3D → 2D|3499 ms|821 ms|154 ms|469 ms|173 ms|10 ms
193+
10⁵|1|1024³|3D → 3D|493 ms|420 ms|24 ms|265 ms|269 ms|17 ms
194+
195+
\* 8 julia threads on 4 hardware threads with hyperthreading
196+
197+
\*\* 1 Nvidia HGX A100 GPU

0 commit comments

Comments
 (0)