Ajit Mistry
Ajit Mistry
Can confirm too. Fan is running max.
Benchmark: ``` goos: linux goarch: arm64 pkg: github.com/weaviate/weaviate/adapters/repos/db/vector/hnsw/distancer │ pure_go.txt │ sve.txt │ │ sec/op │ sec/op vs base │ Dot/30_dimensions-2 12.72n ± 2% 12.77n ± 0% ~ (p=0.097 n=6)...
# Benchmark ``` goos: darwin goarch: arm64 pkg: github.com/weaviate/weaviate/adapters/repos/db/vector/hnsw/distancer │ pure_go.txt │ neon.txt │ │ sec/op │ sec/op vs base │ DotByte/2_dimensions-8 2.869n ± 1% 2.319n ± 3% -19.20% (p=0.002...
@cjnolet oh sorry, I didn't mean to include those at all
👍 will look into this tomorrow
Done! We should look into the tests for this one. - The previous approach was to test against a set of precomputed queries, expected neighbors and distances. - This does...
@cjnolet I added a test using the pairwise distance matrix as discussed in the call
any idea why the style-check failed? ``` include-check FAILED! See below for errors... File: cpp/test/neighbors/ann_cagra_c.cu Line:18 use #include ``` I can't see any issue with the include statement