Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
BaiXuePrincess
milvus
提交
52b63070
milvus
项目概览
BaiXuePrincess
/
milvus
与 Fork 源项目一致
从无法访问的项目Fork
通知
7
Star
4
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
milvus
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
52b63070
编写于
10月 28, 2019
作者:
S
starlord
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'source/0.5.1' into 0.5.1
Former-commit-id: f29536b8ff8ac23aa9f629da28825c1efcedcf0b
上级
12b7d6f5
b1d7b02b
变更
4
展开全部
显示空白变更内容
内联
并排
Showing
4 changed file
with
654 addition
and
0 deletion
+654
-0
core/src/index/unittest/CMakeLists.txt
core/src/index/unittest/CMakeLists.txt
+1
-0
core/src/index/unittest/faiss_benchmark/CMakeLists.txt
core/src/index/unittest/faiss_benchmark/CMakeLists.txt
+24
-0
core/src/index/unittest/faiss_benchmark/README.md
core/src/index/unittest/faiss_benchmark/README.md
+25
-0
core/src/index/unittest/faiss_benchmark/faiss_benchmark_test.cpp
...c/index/unittest/faiss_benchmark/faiss_benchmark_test.cpp
+604
-0
未找到文件。
core/src/index/unittest/CMakeLists.txt
浏览文件 @
52b63070
...
...
@@ -86,5 +86,6 @@ install(TARGETS test_gpuresource DESTINATION unittest)
install
(
TARGETS test_customized_index DESTINATION unittest
)
#add_subdirectory(faiss_ori)
#add_subdirectory(faiss_benchmark)
add_subdirectory
(
test_nsg
)
core/src/index/unittest/faiss_benchmark/CMakeLists.txt
0 → 100644
浏览文件 @
52b63070
include_directories
(
${
INDEX_SOURCE_DIR
}
/thirdparty
)
include_directories
(
${
INDEX_SOURCE_DIR
}
/include
)
include_directories
(
/usr/local/cuda/include
)
include_directories
(
/usr/local/hdf5/include
)
link_directories
(
/usr/local/cuda/lib64
)
link_directories
(
/usr/local/hdf5/lib
)
set
(
unittest_libs
gtest gmock gtest_main gmock_main
)
set
(
depend_libs
faiss openblas lapack hdf5
arrow
${
ARROW_PREFIX
}
/lib/libjemalloc_pic.a
)
set
(
basic_libs
cudart cublas
gomp gfortran pthread
)
add_executable
(
test_faiss_benchmark faiss_benchmark_test.cpp
)
target_link_libraries
(
test_faiss_benchmark
${
depend_libs
}
${
unittest_libs
}
${
basic_libs
}
)
install
(
TARGETS test_faiss_benchmark DESTINATION unittest
)
core/src/index/unittest/faiss_benchmark/README.md
0 → 100644
浏览文件 @
52b63070
### To run this FAISS benchmark, please follow these steps:
#### Step 1:
Download the HDF5 source from:
https://support.hdfgroup.org/ftp/HDF5/releases/
and build/install to "/usr/local/hdf5".
#### Step 2:
Download HDF5 data files from:
https://github.com/erikbern/ann-benchmarks
#### Step 3:
Update 'milvus/core/src/index/unittest/CMakeLists.txt',
uncomment "#add_subdirectory(faiss_benchmark)".
#### Step 4:
Build Milvus with unittest enabled: "./build.sh -t Release -u",
binary 'test_faiss_benchmark' will be generated.
#### Step 5:
Put HDF5 data files into the same directory with binary 'test_faiss_benchmark'.
#### Step 6:
Run test binary 'test_faiss_benchmark'.
core/src/index/unittest/faiss_benchmark/faiss_benchmark_test.cpp
0 → 100644
浏览文件 @
52b63070
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录