Skip to content

Commit a004afa

Browse files
connortsui20claude
andauthored
TurboQuant InnerProduct optimizations (#7396)
_Stacked on top of #7394 ## Summary Tracking issue: #7297 Implements the final pushdown / reduction rules needed to make the TurboQuant quantization scheme make sense. TODO ## Testing More tests --------- Signed-off-by: Connor Tsui <connor.tsui20@gmail.com> Signed-off-by: Claude <noreply@anthropic.com> Co-authored-by: Claude <noreply@anthropic.com>
1 parent fbfa072 commit a004afa

2 files changed

Lines changed: 1068 additions & 1 deletion

File tree

vortex-tensor/benches/similarity_search.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ use common::generate_random_vectors;
3333
static GLOBAL: MiMalloc = MiMalloc;
3434

3535
/// Number of vectors in the benchmark dataset.
36-
const NUM_ROWS: usize = 10_000;
36+
const NUM_ROWS: usize = 100_000;
3737

3838
/// Dimensionality of each vector. Must be `>= vortex_tensor::encodings::turboquant::MIN_DIMENSION`
3939
/// (128) for the TurboQuant variant to work.

0 commit comments

Comments
 (0)