You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PQ distance table benchmarks (pq_distance_table and 4bit_pq_distance_table) cover the distance type and bit width but do not explore the data type space (they are only testing f32). We should also test f16 and f64.
The PQ distance table benchmarks (
pq_distance_tableand4bit_pq_distance_table) cover the distance type and bit width but do not explore the data type space (they are only testing f32). We should also test f16 and f64.