From 291c3e580f9c2a5e3339df4bfd0e72a0f0cf1e05 Mon Sep 17 00:00:00 2001 From: mousset Date: Tue, 18 Jun 2024 10:59:20 +0200 Subject: [PATCH] small change to be added as a contributor on the github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index da5ff1d..4f475d3 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.