Commit bd2e2b8e authored by starlord's avatar starlord
Browse files

Merge remote-tracking branch 'source/branch-0.5.0' into branch-0.5.0


Former-commit-id: 4a952fc5371f979105d4ebc1f3c1cdc5c2f979e2
parents 850d8615 0327b7c3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+4 −0
Original line number Diff line number Diff line
@@ -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")
+3 −0
Original line number Diff line number Diff line
@@ -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")