Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ Please mark all change in change log and use the ticket from JIRA. - \#470 - Small raw files should not be build index - \#584 - Intergrate internal FAISS - \#611 - Remove MILVUS_CPU_VERSION - \#634 - FAISS GPU version is compiled with O0 ## Task Loading core/src/index/thirdparty/faiss/makefile.inc.in +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ NVCC = @NVCC@ CUDA_ROOT = @CUDA_PREFIX@ CUDA_ARCH = @CUDA_ARCH@ NVCCFLAGS = -I $(CUDA_ROOT)/targets/x86_64-linux/include/ \ -O0 -g \ -O3 \ -Xcompiler -fPIC \ -Xcudafe --diag_suppress=unrecognized_attribute \ $(CUDA_ARCH) \ Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -76,6 +76,7 @@ Please mark all change in change log and use the ticket from JIRA. - \#470 - Small raw files should not be build index - \#584 - Intergrate internal FAISS - \#611 - Remove MILVUS_CPU_VERSION - \#634 - FAISS GPU version is compiled with O0 ## Task Loading
core/src/index/thirdparty/faiss/makefile.inc.in +1 −1 Original line number Diff line number Diff line Loading @@ -17,7 +17,7 @@ NVCC = @NVCC@ CUDA_ROOT = @CUDA_PREFIX@ CUDA_ARCH = @CUDA_ARCH@ NVCCFLAGS = -I $(CUDA_ROOT)/targets/x86_64-linux/include/ \ -O0 -g \ -O3 \ -Xcompiler -fPIC \ -Xcudafe --diag_suppress=unrecognized_attribute \ $(CUDA_ARCH) \ Loading