-
Notifications
You must be signed in to change notification settings - Fork 34
Initial implementation of SVS Runtime package #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
rfsaliev
wants to merge
72
commits into
main
Choose a base branch
from
rfsaliev/cpp-runtime-binding
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
b182f54
Initial implementation of SVS Runtime package
rfsaliev af23806
Initial support for private source
ethanglaser 2e820ed
Point SVS_URL to LTO-enabled tarball
ethanglaser d35d7e3
Improve svs_runtime CMakeLists.txt to use pre-defined LVQ heades and …
rfsaliev 55095a2
Fixup C++ runtime CMakeLists for internal build
rfsaliev dd1324d
Apply formatting
rfsaliev 40177d8
Re-add private source build condition
ethanglaser 9d9643b
Add pipeline to build cpp bindings
ethanglaser 88032d3
rename bash script
ethanglaser c9d2170
add steps to fix yaml error
ethanglaser 2968bb1
Change runs-on to ubuntu-22.04
ethanglaser a409a4a
Add missing repo checkout
ethanglaser 3549b4e
clean up copyright/docker files
ethanglaser 3510961
set CMAKE_INSTALL_LIBDIR
ethanglaser d1918a5
Add flexibility to gcc version check 11.2.*
ethanglaser 5622713
Add resuable function for linking statically to MKL
ethanglaser 07bebdd
Initial faiss python test validation
ethanglaser aa5c4d9
Improved runtime API draft in new header
rfsaliev ce44171
Update API header with comments
rfsaliev e4cf769
Fix upload path
ethanglaser 0dfacfc
Actually fix upload path
ethanglaser 7fd8e81
Add conda env creation
ethanglaser 7ac6519
Add faiss c++ tests
ethanglaser da8ce1a
First implementation of the improved runtime Vamana API
rfsaliev 9c2aaa0
Fix `LeanVecTrainingData` API
rfsaliev 454b682
Refactored VamanaIndex implementation code
rfsaliev a834e5a
Fix non-filtered case in `DynamicVamanaIndex::search()`
rfsaliev 851e1ce
Add new `FlatIndex` API and fix abstract interface descructors
rfsaliev e11e3d3
Update static library tarball
ethanglaser e3ae09c
feature: add version namespace
yuejiaointel 9e5e09d
fix: add version.h to cmake
yuejiaointel 2ee3c71
Replace macros with runtime_error_wrapper() for error handling (#214)
ahuber21 260bd38
Clang-format
rfsaliev 96410aa
Fix Flat index wrapper and LeanVec Training
rfsaliev 876e1b8
Inline versioning namespace
rfsaliev 463e4f3
Remove outdated SVS Runtime code
rfsaliev f2151fe
Improve Status structure to avoid potential memory leaks
rfsaliev c36101c
Move public headers to svs/runtime subdir
rfsaliev 50e88dd
Fix Status linkage visibility
rfsaliev a60b330
Fix non-LVQ failures on non-Intel platforms
rfsaliev 45ac2db
Update static library/tarball to latest
ethanglaser d390fda
Avoid passing exact same LeanVecMatricesType args
ethanglaser 13737cc
Fix "<mkl.h> not found" compilation error
rfsaliev f954ce6
Update static library tarball link
ethanglaser e7cf948
Clean up docker and pipeline
ethanglaser bbb8c7f
Pull svs-io branch for validation
ethanglaser 026dc53
Code review s1e1
rfsaliev 02e3d5b
Add supported storage kind query for index and remove "fallback" mode…
rfsaliev 295134a
test(runtime): add initial set of runtime tests (#218)
ahuber21 d1a5155
fix is_supported_storage_kind() implementation
ahuber21 48f2d5f
update SVS_URL
ahuber21 16428b4
Fixup gitignore
rfsaliev e099248
fixup tests according svs::runtime::v0::ResultsAllocator changes
rfsaliev 0566ca4
Update comments according to code review
rfsaliev dff0b96
Update tarball
ethanglaser eafc674
update test filter
ahuber21 1d6d23f
fix DynamicVamanaIndex::check_storage_kind() implementation
ahuber21 ee0168d
Add runtime tests to pipeline
ethanglaser 618a449
remove custom allocator for assemble
ahuber21 e643504
fix loader forwarding
ahuber21 adcd2cb
Refactor SVS runtime to support public sources-only build.
rfsaliev 2284227
Address default index parameters code review issue
rfsaliev f9df456
Add fully public build + validation to pipeline
ethanglaser 702c4ee
Merge branch 'main' into rfsaliev/cpp-runtime-binding
ethanglaser 9e9c5f3
Add SetIfSpecifiedUtility test
rfsaliev ce0e957
Clean up CI scripts
ethanglaser d4ad7f4
Merge branch 'main' into rfsaliev/cpp-runtime-binding
ethanglaser b15037f
fix codefactor warnings
ahuber21 9f301eb
Minor updates and cleanup
ethanglaser fa29dc3
Merge branch 'rfsaliev/cpp-runtime-binding' of https://github.com/int…
ethanglaser 862c6aa
revert specifying deps versions
ethanglaser c14fa9b
Add newline to eof
ethanglaser File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.