diff --git a/README.md b/README.md index 1f97392..50ea420 100644 --- a/README.md +++ b/README.md @@ -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.