Skip to content

Commit dfabf06

Browse files
committed
update benchmark table
1 parent a13ddfd commit dfabf06

1 file changed

Lines changed: 28 additions & 28 deletions

File tree

docs/src/index.md

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -10,32 +10,32 @@ Device: NVIDIA GeForce RTX 5070 Ti, eltype: Float32/ComplexF32
1010

1111
| Manifold | Operation | CPU median [ms] | GPU median [ms] | Speedup CPU/GPU | Relative error |
1212
| --- | --- | ---: | ---: | ---: | ---: |
13-
| Euclidean(32, 16, 2048) | exp | 0.35 | 0.16 | 2.17 | 0.0 |
14-
| Euclidean(32, 16, 2048) | log! | 0.35 | 0.17 | 2.08 | 0.0 |
15-
| Euclidean(32, 16, 2048) | inner | 0.19 | 0.14 | 1.4 | 1.871e-7 |
16-
| Euclidean(32, 16, 2048) | norm | 0.13 | 0.17 | 0.78 | 8.423e-8 |
17-
| Euclidean(32, 16, 2048) | project! | 0.24 | 0.13 | 1.85 | 0.0 |
18-
| PowerManifold(Sphere(31), 2048) | exp | 0.05 | 37.98 | 0.0 | 6.877e-8 |
19-
| PowerManifold(Sphere(31), 2048) | log! | 0.09 | 71.56 | 0.0 | 4.262e-8 |
20-
| PowerManifold(Sphere(31), 2048) | inner | 0.02 | 0.12 | 0.14 | 5.86e-7 |
13+
| Euclidean(32, 16, 2048) | exp | 0.36 | 0.17 | 2.17 | 0.0 |
14+
| Euclidean(32, 16, 2048) | log! | 0.36 | 0.16 | 2.19 | 0.0 |
15+
| Euclidean(32, 16, 2048) | inner | 0.19 | 0.14 | 1.36 | 9.357e-8 |
16+
| Euclidean(32, 16, 2048) | norm | 0.12 | 0.16 | 0.76 | 8.423e-8 |
17+
| Euclidean(32, 16, 2048) | project! | 0.25 | 0.13 | 1.93 | 0.0 |
18+
| PowerManifold(Sphere(31), 2048) | exp | 0.05 | 46.57 | 0.0 | 6.877e-8 |
19+
| PowerManifold(Sphere(31), 2048) | log! | 0.16 | 82.22 | 0.0 | 4.262e-8 |
20+
| PowerManifold(Sphere(31), 2048) | inner | 0.02 | 0.12 | 0.13 | 5.86e-7 |
2121
| PowerManifold(Sphere(31), 2048) | norm | 0.02 | 0.12 | 0.15 | 1.064e-7 |
22-
| PowerManifold(Sphere(31), 2048) | project! | 0.03 | 36.11 | 0.0 | 2.813e-8 |
23-
| PowerManifold(Rotations(32), 2048) | exp | 36.47 | 2.36 | 15.48 | 2.594e-6 |
24-
| PowerManifold(Rotations(32), 2048) | log! | 556.26 | 73.27 | 7.59 | 9.157e-5 |
25-
| PowerManifold(Rotations(32), 2048) | inner | 0.39 | 0.14 | 2.87 | 4.908e-6 |
26-
| PowerManifold(Rotations(32), 2048) | norm | 1.41 | 0.14 | 10.1 | 1.109e-6 |
27-
| PowerManifold(Rotations(32), 2048) | project! | 21.82 | 0.22 | 98.05 | 3.644e-7 |
28-
| PowerManifold(Rotations(32), 2048) | retract_fused!(PolarRetraction) | 116.17 | 4.76 | 24.4 | 2.555e-6 |
29-
| PowerManifold(UnitaryMatrices(32), 2048) | exp | 86.51 | 7.34 | 11.79 | 1.957e-6 |
30-
| PowerManifold(UnitaryMatrices(32), 2048) | log! | 730.58 | 67.51 | 10.82 | 0.0001844 |
31-
| PowerManifold(UnitaryMatrices(32), 2048) | inner | 0.8 | 55.29 | 0.01 | 5.979e-5 |
32-
| PowerManifold(UnitaryMatrices(32), 2048) | norm | 1.79 | 41.11 | 0.04 | 1.516e-6 |
33-
| PowerManifold(UnitaryMatrices(32), 2048) | project! | 31.3 | 0.35 | 89.01 | 5.512e-7 |
34-
| PowerManifold(Grassmann(32, 16), 2048) | exp | 69.74 | 5.36 | 13.01 | 7.023e-5 |
35-
| PowerManifold(Grassmann(32, 16), 2048) | log! | 58.83 | 971.42 | 0.06 | 1.854e-5 |
36-
| PowerManifold(Grassmann(32, 16), 2048) | inner | 0.2 | 0.13 | 1.48 | 1.735e-6 |
37-
| PowerManifold(Grassmann(32, 16), 2048) | norm | 0.8 | 0.14 | 5.78 | 2.772e-7 |
38-
| PowerManifold(Grassmann(32, 16), 2048) | project! | 1.01 | 0.19 | 5.36 | 1.303e-7 |
39-
| PowerManifold(Grassmann(32, 16), 2048) | retract_fused!(PolarRetraction) | 40.94 | 2.91 | 14.07 | 1.338e-6 |
40-
| PowerManifold(Stiefel(32, 16), 2048) | exp(ExponentialRetraction) | 72.86 | 3.39 | 21.47 | 1.164e-6 |
41-
| PowerManifold(Stiefel(32, 16), 2048) | retract_fused!(PolarRetraction) | 43.4 | 2.84 | 15.27 | 1.37e-6 |
22+
| PowerManifold(Sphere(31), 2048) | project! | 0.03 | 41.71 | 0.0 | 2.813e-8 |
23+
| PowerManifold(Rotations(32), 2048) | exp | 36.47 | 2.36 | 15.47 | 2.594e-6 |
24+
| PowerManifold(Rotations(32), 2048) | log! | 570.16 | 78.98 | 7.22 | 9.157e-5 |
25+
| PowerManifold(Rotations(32), 2048) | inner | 0.38 | 0.15 | 2.58 | 4.708e-6 |
26+
| PowerManifold(Rotations(32), 2048) | norm | 1.2 | 0.15 | 7.82 | 9.132e-7 |
27+
| PowerManifold(Rotations(32), 2048) | project! | 21.69 | 0.23 | 94.53 | 3.644e-7 |
28+
| PowerManifold(Rotations(32), 2048) | retract_fused!(PolarRetraction) | 116.78 | 5.21 | 22.41 | 2.555e-6 |
29+
| PowerManifold(UnitaryMatrices(32), 2048) | exp | 85.95 | 7.66 | 11.21 | 1.957e-6 |
30+
| PowerManifold(UnitaryMatrices(32), 2048) | log! | 739.96 | 69.31 | 10.68 | 0.0001844 |
31+
| PowerManifold(UnitaryMatrices(32), 2048) | inner | 0.76 | 58.76 | 0.01 | 5.979e-5 |
32+
| PowerManifold(UnitaryMatrices(32), 2048) | norm | 1.73 | 45.7 | 0.04 | 1.516e-6 |
33+
| PowerManifold(UnitaryMatrices(32), 2048) | project! | 31.55 | 0.36 | 88.48 | 5.512e-7 |
34+
| PowerManifold(Grassmann(32, 16), 2048) | exp | 69.77 | 5.36 | 13.01 | 7.023e-5 |
35+
| PowerManifold(Grassmann(32, 16), 2048) | log! | 57.62 | 3.3 | 17.48 | 2.332e-5 |
36+
| PowerManifold(Grassmann(32, 16), 2048) | inner | 0.19 | 0.14 | 1.41 | 8.675e-7 |
37+
| PowerManifold(Grassmann(32, 16), 2048) | norm | 0.86 | 0.13 | 6.58 | 2.772e-7 |
38+
| PowerManifold(Grassmann(32, 16), 2048) | project! | 0.96 | 0.19 | 4.97 | 1.303e-7 |
39+
| PowerManifold(Grassmann(32, 16), 2048) | retract_fused!(PolarRetraction) | 40.89 | 2.69 | 15.18 | 1.338e-6 |
40+
| PowerManifold(Stiefel(32, 16), 2048) | exp(ExponentialRetraction) | 70.67 | 3.52 | 20.07 | 1.164e-6 |
41+
| PowerManifold(Stiefel(32, 16), 2048) | retract_fused!(PolarRetraction) | 43.1 | 2.85 | 15.13 | 1.37e-6 |

0 commit comments

Comments
 (0)