Loading core/CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ Please mark all change in change log and use the ticket from JIRA. - MS-652 - IVFSQH quantization double free - MS-605 - Server going down during searching vectors - MS-654 - Describe index timeout when building index - MS-658 - Fix SQ8 Hybrid can't search ## Improvement - MS-552 - Add and change the easylogging library Loading core/src/index/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ include(DefineOptionsCore) include(BuildUtilsCore) include(ThirdPartyPackagesCore) if (CUSTOMIZATION) add_definitions(-DCUSTOMIZATION) endif (CUSTOMIZATION) add_subdirectory(knowhere) if (BUILD_COVERAGE STREQUAL "ON") Loading core/unittest/CMakeLists.txt +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ # specific language governing permissions and limitations # under the License. #------------------------------------------------------------------------------- if (CUSTOMIZATION) add_definitions(-DCUSTOMIZATION) endif (CUSTOMIZATION) include_directories("${CUDA_TOOLKIT_ROOT_DIR}/include") Loading Loading
core/CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -23,6 +23,7 @@ Please mark all change in change log and use the ticket from JIRA. - MS-652 - IVFSQH quantization double free - MS-605 - Server going down during searching vectors - MS-654 - Describe index timeout when building index - MS-658 - Fix SQ8 Hybrid can't search ## Improvement - MS-552 - Add and change the easylogging library Loading
core/src/index/CMakeLists.txt +4 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,10 @@ include(DefineOptionsCore) include(BuildUtilsCore) include(ThirdPartyPackagesCore) if (CUSTOMIZATION) add_definitions(-DCUSTOMIZATION) endif (CUSTOMIZATION) add_subdirectory(knowhere) if (BUILD_COVERAGE STREQUAL "ON") Loading
core/unittest/CMakeLists.txt +3 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ # specific language governing permissions and limitations # under the License. #------------------------------------------------------------------------------- if (CUSTOMIZATION) add_definitions(-DCUSTOMIZATION) endif (CUSTOMIZATION) include_directories("${CUDA_TOOLKIT_ROOT_DIR}/include") Loading