mirror of https://github.com/milvus-io/milvus.git
commit
b0a680f5bb
core/src/index/cmake
|
@ -31,6 +31,7 @@ Please mark all change in change log and use the ticket from JIRA.
|
||||||
- \#532 - assigin value to `table_name` from confest shell
|
- \#532 - assigin value to `table_name` from confest shell
|
||||||
- \#533 - NSG build failed with MetricType Inner Product
|
- \#533 - NSG build failed with MetricType Inner Product
|
||||||
- \#543 - client raise exception in shards when search results is empty
|
- \#543 - client raise exception in shards when search results is empty
|
||||||
|
- \#497 - CPU-version search performance decreased
|
||||||
|
|
||||||
## Feature
|
## Feature
|
||||||
- \#12 - Pure CPU version for Milvus
|
- \#12 - Pure CPU version for Milvus
|
||||||
|
|
|
@ -708,7 +708,7 @@ macro(build_faiss)
|
||||||
set(FAISS_CONFIGURE_ARGS
|
set(FAISS_CONFIGURE_ARGS
|
||||||
"--prefix=${FAISS_PREFIX}"
|
"--prefix=${FAISS_PREFIX}"
|
||||||
"CFLAGS=${EP_C_FLAGS}"
|
"CFLAGS=${EP_C_FLAGS}"
|
||||||
"CXXFLAGS=${EP_CXX_FLAGS}"
|
"CXXFLAGS=${EP_CXX_FLAGS} -mavx2 -mf16c"
|
||||||
--without-python)
|
--without-python)
|
||||||
|
|
||||||
if (FAISS_WITH_MKL)
|
if (FAISS_WITH_MKL)
|
||||||
|
|
Loading…
Reference in New Issue