提交 bd2e2b8e 编写于 作者: S starlord

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


Former-commit-id: 4a952fc5371f979105d4ebc1f3c1cdc5c2f979e2
...@@ -23,6 +23,7 @@ Please mark all change in change log and use the ticket from JIRA. ...@@ -23,6 +23,7 @@ Please mark all change in change log and use the ticket from JIRA.
- MS-652 - IVFSQH quantization double free - MS-652 - IVFSQH quantization double free
- MS-605 - Server going down during searching vectors - MS-605 - Server going down during searching vectors
- MS-654 - Describe index timeout when building index - MS-654 - Describe index timeout when building index
- MS-658 - Fix SQ8 Hybrid can't search
## Improvement ## Improvement
- MS-552 - Add and change the easylogging library - MS-552 - Add and change the easylogging library
......
...@@ -86,6 +86,10 @@ include(DefineOptionsCore) ...@@ -86,6 +86,10 @@ include(DefineOptionsCore)
include(BuildUtilsCore) include(BuildUtilsCore)
include(ThirdPartyPackagesCore) include(ThirdPartyPackagesCore)
if (CUSTOMIZATION)
add_definitions(-DCUSTOMIZATION)
endif (CUSTOMIZATION)
add_subdirectory(knowhere) add_subdirectory(knowhere)
if (BUILD_COVERAGE STREQUAL "ON") if (BUILD_COVERAGE STREQUAL "ON")
......
...@@ -16,6 +16,9 @@ ...@@ -16,6 +16,9 @@
# specific language governing permissions and limitations # specific language governing permissions and limitations
# under the License. # under the License.
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
if (CUSTOMIZATION)
add_definitions(-DCUSTOMIZATION)
endif (CUSTOMIZATION)
include_directories("${CUDA_TOOLKIT_ROOT_DIR}/include") include_directories("${CUDA_TOOLKIT_ROOT_DIR}/include")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册