File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,3 +135,14 @@ jobs:
135135 run : cargo +nightly miri nextest run --locked --package diskann-quantization
136136 env :
137137 MIRIFLAGS : -Zmiri-disable-isolation -Zmiri-strict-provenance
138+
139+ - name : PiPNN numerical pointer boundaries
140+ env :
141+ MIRIFLAGS : -Zmiri-disable-isolation -Zmiri-strict-provenance
142+ run : |
143+ cargo +nightly miri test --locked -p diskann --features pipnn --lib \
144+ graph::pipnn::leaf_kernel::tests::rank_leaf_dots_tests::zero_target_norm_remains_rankable_in_a_complete_simd_group_with_cosine \
145+ -- --exact
146+ cargo +nightly miri test --locked -p diskann --features pipnn --lib \
147+ graph::pipnn::partition_kernel::tests::rank_leader_dots_tests::zero_point_norm_keeps_first_leader_in_a_complete_simd_group_with_cosine \
148+ -- --exact
You can’t perform that action at this time.
0 commit comments