mirror of https://github.com/milvus-io/milvus.git
MS-591 Rename source files in wrapper
Former-commit-id: 1b864ef00ccdc0e524c2cf7cceb97428171077f8pull/191/head
parent
731d5402b2
commit
e1cfb6cc06
|
@ -18,7 +18,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "src/wrapper/vec_index.h"
|
||||
#include "src/wrapper/VecIndex.h"
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
|
|
@ -23,8 +23,8 @@
|
|||
#include "utils/CommonUtil.h"
|
||||
#include "utils/Exception.h"
|
||||
|
||||
#include "src/wrapper/vec_index.h"
|
||||
#include "src/wrapper/vec_impl.h"
|
||||
#include "src/wrapper/VecIndex.h"
|
||||
#include "src/wrapper/VecImpl.h"
|
||||
#include "knowhere/common/Exception.h"
|
||||
#include "server/Config.h"
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "ExecutionEngine.h"
|
||||
#include "src/wrapper/vec_index.h"
|
||||
#include "src/wrapper/VecIndex.h"
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// under the License.
|
||||
|
||||
|
||||
#include "data_transfer.h"
|
||||
#include "DataTransfer.h"
|
||||
|
||||
|
||||
namespace zilliz {
|
|
@ -21,8 +21,8 @@
|
|||
#include "knowhere/index/vector_index/IndexGPUIVF.h"
|
||||
#include "knowhere/common/Exception.h"
|
||||
#include "knowhere/index/vector_index/helpers/Cloner.h"
|
||||
#include "vec_impl.h"
|
||||
#include "data_transfer.h"
|
||||
#include "VecImpl.h"
|
||||
#include "DataTransfer.h"
|
||||
|
||||
|
||||
namespace zilliz {
|
|
@ -19,7 +19,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "knowhere/index/vector_index/VectorIndex.h"
|
||||
#include "vec_index.h"
|
||||
#include "VecIndex.h"
|
||||
|
||||
|
||||
namespace zilliz {
|
|
@ -25,8 +25,8 @@
|
|||
#include "knowhere/index/vector_index/IndexKDT.h"
|
||||
#include "knowhere/index/vector_index/IndexNSG.h"
|
||||
#include "knowhere/common/Exception.h"
|
||||
#include "vec_index.h"
|
||||
#include "vec_impl.h"
|
||||
#include "VecIndex.h"
|
||||
#include "VecImpl.h"
|
||||
#include "utils/Log.h"
|
||||
|
||||
#include <cuda.h>
|
|
@ -26,7 +26,7 @@
|
|||
#include "cache/DataObj.h"
|
||||
#include "cache/GpuCacheMgr.h"
|
||||
#include "utils/Error.h"
|
||||
#include "wrapper/vec_index.h"
|
||||
#include "wrapper/VecIndex.h"
|
||||
|
||||
|
||||
namespace zilliz {
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
#include "cache/GpuCacheMgr.h"
|
||||
#include "server/ServerConfig.h"
|
||||
#include "utils/Error.h"
|
||||
#include "wrapper/vec_index.h"
|
||||
#include "wrapper/VecIndex.h"
|
||||
|
||||
using namespace zilliz::milvus;
|
||||
|
||||
|
|
|
@ -21,9 +21,9 @@ include_directories("${CUDA_TOOLKIT_ROOT_DIR}/include")
|
|||
link_directories("${CUDA_TOOLKIT_ROOT_DIR}/lib64")
|
||||
|
||||
set(wrapper_files
|
||||
${MILVUS_ENGINE_SRC}/wrapper/data_transfer.cpp
|
||||
${MILVUS_ENGINE_SRC}/wrapper/vec_impl.cpp
|
||||
${MILVUS_ENGINE_SRC}/wrapper/vec_index.cpp)
|
||||
${MILVUS_ENGINE_SRC}/wrapper/DataTransfer.cpp
|
||||
${MILVUS_ENGINE_SRC}/wrapper/VecImpl.cpp
|
||||
${MILVUS_ENGINE_SRC}/wrapper/VecIndex.cpp)
|
||||
|
||||
set(util_files
|
||||
utils.cpp
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
// under the License.
|
||||
|
||||
#include "utils/easylogging++.h"
|
||||
#include "src/wrapper/vec_index.h"
|
||||
#include "src/wrapper/VecIndex.h"
|
||||
#include "knowhere/index/vector_index/helpers/FaissGpuResourceMgr.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue