Skip to content

Commit

Permalink
small change to be added as a contributor on the github
Browse files Browse the repository at this point in the history
  • Loading branch information
mousset committed Jun 18, 2024
1 parent a19cc01 commit 291c3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Ballpark compute times (when running on an 40GB A100 GPU) and compression levels

| Method | Resolution | Forward pass | Gradient pass | JIT compilation | Input params | Anisotropic (compression) | Isotropic (compression) |
|:----------------------------:|:--------------:|:------------:|:-------------:|:---------------:|:------------:|:--------------------------:|:------------------------:|
| Precompute | L=512, N=3 | ~90ms | ~190ms | ~20s | 2,618,880 | ~ 63,000 (97.594%) | ~504 (99.981%) |
| Precompute | L=512, N=3 | ~90ms | ~190ms | ~20s | 2,618,880 | ~ 63,000 (97.594%) | ~504 (99.981%) |
| On-the-fly | L=2048, N=3 | ~18s | ~40s | ~5m | 41,932,800 | ~ 123,750 (99.705%) | ~ 990 (99.998%) |

Note that these times are not batched, so in practice may be substantially faster.
Expand Down

0 comments on commit 291c3e5

Please sign in to comment.