Closed ggutoski closed 3 months ago
Will let @mrain (or others) approve this since I don't have access to GPU. Otherwise, we could setup an ephemeral GPU server to test this.
And what's up with all the clippy warnings(?)
nit: 2 VID tests in
advz::bytes_to_field
are not working. Trycargo test -p jf-vid --features test-srs --release -- --ignored
for details.
These doctests are ignored intentionally due to a Rust limitation that disallows access to private identifiers in doctest: Doctest of private functions - help - The Rust Programming Language Forum 😕
And what's up with all the clippy warnings(?)
Github CI is using a newer version of Rust than our Nix environment. We need to update Nix flake again. We'll do that in another PR.
closes: #646
This PR does / key places to review:
vid/benches/advz_multiplicity.rs
demonstrates perf improvementgpu-vid
feature is enabled. Last time this issue arose @mrain had to check the build using his nvidia gpu.How to test this PR:
From inside the
vid/
directory runOn my local machine I observe significant improvement when I increase
N
from 1 to 6:N
=1:N
=6:Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.
CHANGELOG.md
of touched crates.Files changed
in the GitHub PR explorer