Skip to content

Commit 9462291

Browse files
authored
Merge pull request #73 from AdaWorldAPI/claude/qwen-claude-reverse-eng-vHuHv
feat: hhtl_cascade_search score_fn callback — LEAF level pluggable score_fn(row, col) -> f32 replaces the hardcoded 1.0 placeholder. lance-graph passes LanceDB VectorSearch as the LEAF backend. ndarray provides the cascade logic. lance-graph provides the data. 23 p64 tests passing. https://claude.ai/code/session_01M3at4EuHVvQ8S95mSnKgtK
2 parents 7e4f54c + 058582d commit 9462291

4 files changed

Lines changed: 843 additions & 100 deletions

File tree

.cargo/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[build]
2-
# x86-64-v4 = AVX-512 baseline. All BF16 SIMD paths use native __m512d.
3-
# Rust 1.94 stable. No nightly.
4-
rustflags = ["-C", "target-cpu=x86-64-v4"]
2+
# No global target-cpu. Each kernel uses #[target_feature(enable = "avx512f")]
3+
# per-function, with LazyLock runtime detection. One binary, all ISAs.
4+
# Railway (AVX-512) and GitHub CI (AVX2) use the same binary.

0 commit comments

Comments
 (0)