-
Notifications
You must be signed in to change notification settings - Fork 31
Comparing changes
Open a pull request
base repository: tensorchord/VectorChord
base: 0.2.0
head repository: tensorchord/VectorChord
compare: 0.2.1
- 13 commits
- 93 files changed
- 1 contributor
Commits on Feb 5, 2025
-
refactor: move algorithm to a crate (#172)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 3c082e6 - Browse repository at this point
Copy the full SHA 3c082e6View commit details
Commits on Feb 8, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6373f55 - Browse repository at this point
Copy the full SHA 6373f55View commit details -
fix: use linked list of vectors to skip realloc (#182)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 85f9496 - Browse repository at this point
Copy the full SHA 85f9496View commit details
Commits on Feb 10, 2025
-
feat: use select algorithm to replace heap, if k in top-k is expected…
… to be small (#183) Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 9b3ead3 - Browse repository at this point
Copy the full SHA 9b3ead3View commit details
Commits on Feb 11, 2025
-
ci: install pg13 in docker image (#186)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for e92d6dc - Browse repository at this point
Copy the full SHA e92d6dcView commit details -
tests in `./crates` do not run before。。。 Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for b0003f8 - Browse repository at this point
Copy the full SHA b0003f8View commit details
Commits on Feb 13, 2025
-
feat: rerank by fetching vectors in heap table (#189)
closes #136 Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 0f5b544 - Browse repository at this point
Copy the full SHA 0f5b544View commit details -
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 8cb5555 - Browse repository at this point
Copy the full SHA 8cb5555View commit details
Commits on Feb 14, 2025
-
chore: update dependencies (#190)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for d769d44 - Browse repository at this point
Copy the full SHA d769d44View commit details
Commits on Feb 19, 2025
-
refactor: remove meaningless target feature requirements (#192)
1. only check simd-related features when dispatching 2. choose SVE implementation only if SVE bits >= 256 3. choose SVE f16 `sum_of_d2` and `sum_of_xy` implementation only if SVE bits >= 512 --------- Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 6309bf0 - Browse repository at this point
Copy the full SHA 6309bf0View commit details -
fix: test simd operations in emulator (#193)
1. x86_64 runner may not have avx512fp16 feature, so intel SDE is necessary for testing 2. aarch64 runner has short SVE bits, and cannot be used for testing SVE-256 implementation and SVE-512 implementation, so qemu is necessary for testing Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 82975e1 - Browse repository at this point
Copy the full SHA 82975e1View commit details -
feat: neon impl of u8::reduce_sum_of_x (#194)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 14a95d9 - Browse repository at this point
Copy the full SHA 14a95d9View commit details -
chore: update 0.2.1 schema (upgrade) script (#195)
Signed-off-by: usamoi <usamoi@outlook.com>
Configuration menu - View commit details
-
Copy full SHA for 0849b18 - Browse repository at this point
Copy the full SHA 0849b18View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 0.2.0...0.2.1