forked from dingodb/dingo-store
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fix][cmake] Upgrade RocksDB to 9.1.1.
Signed-off-by: Ketor <[email protected]>
- Loading branch information
Showing
19 changed files
with
34 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule brpc
updated
92 files
Submodule faiss
updated
25 files
+8 −3 | .circleci/config.yml | |
+1 −1 | CMakeLists.txt | |
+6 −3 | benchs/bench_fw/benchmark.py | |
+1 −0 | benchs/bench_fw/descriptors.py | |
+8 −2 | benchs/bench_fw/index.py | |
+2 −2 | conda/faiss-gpu-raft/meta.yaml | |
+2 −2 | conda/faiss-gpu/meta.yaml | |
+2 −2 | conda/faiss/meta.yaml | |
+11 −1 | contrib/vecs_io.py | |
+95 −17 | faiss/cppcontrib/detail/UintReader.h | |
+83 −30 | faiss/cppcontrib/sa_decode/Level2-inl.h | |
+1 −4 | faiss/gpu/GpuDistance.cu | |
+14 −0 | faiss/impl/platform_macros.h | |
+11 −0 | faiss/impl/pq4_fast_scan.cpp | |
+55 −17 | faiss/invlists/InvertedLists.cpp | |
+18 −9 | faiss/invlists/InvertedLists.h | |
+13 −0 | faiss/python/CMakeLists.txt | |
+34 −0 | faiss/python/class_wrappers.py | |
+5 −12 | faiss/python/swigfaiss.swig | |
+4 −0 | faiss/utils/simdlib.h | |
+3 −7 | faiss/utils/simdlib_neon.h | |
+1,084 −0 | faiss/utils/simdlib_ppc64.h | |
+1 −0 | tests/CMakeLists.txt | |
+144 −0 | tests/test_common_ivf_empty_index.cpp | |
+3 −0 | tests/test_index_binary.py |
Submodule hdf5
updated
1834 files
Submodule libbacktrace
updated
4 files
+25 −16 | Makefile.am | |
+110 −76 | Makefile.in | |
+62 −18 | configure | |
+17 −6 | configure.ac |
Submodule openblas
updated
from 6c77e5 to ce3f66
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters