lance-format/lance

Make a SVD implementation in Rust and remove the dependency of openblas

Open

#984 opened on 2023年6月15日

GitHub で見る
 (6 comments) (0 reactions) (0 assignees)Rust (695 forks)github user discovery
A-indexenhancementgood first issuehelp wantedrust

Repository metrics

Stars
 (6,582 stars)
PR merge metrics
 (平均マージ 6d 1h) (30d で 219 merged PRs)

説明

Problem Statement

openblas gives us many troubles to build the package in different systems. We only use blas to compute SVD in OPQ now. Because it is only used during indexing, SVD / blas is not performance critical piece of code. It should be safe to remove them.

Desired behavior

We implement SVD in rust, and get rid of openblas-src as dependency.

コントリビューターガイド