Loading cpp/src/db/engine/ExecutionEngineImpl.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,6 @@ ExecutionEngineImpl::Load(bool to_cache) { Status ExecutionEngineImpl::CopyToGpu(uint64_t device_id) { std::cout << "copytogpu" << std::endl; auto index = cache::GpuCacheMgr::GetInstance(device_id)->GetIndex(location_); bool already_in_cache = (index != nullptr); if (already_in_cache) { Loading cpp/src/scheduler/job/BuildIndexJob.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ // specific language governing permissions and limitations // under the License. #include "utils/Log.h" #include "BuildIndexJob.h" #include "utils/Log.h" namespace milvus { namespace scheduler { Loading cpp/src/scheduler/task/BuildIndexTask.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ // specific language governing permissions and limitations // under the License. #include "BuildIndexTask.h" #include "db/engine/EngineFactory.h" #include "metrics/Metrics.h" Loading cpp/src/scheduler/task/BuildIndexTask.h +1 −1 File changed.Contains only whitespace changes. Show changes Loading
cpp/src/db/engine/ExecutionEngineImpl.cpp +0 −1 Original line number Diff line number Diff line Loading @@ -161,7 +161,6 @@ ExecutionEngineImpl::Load(bool to_cache) { Status ExecutionEngineImpl::CopyToGpu(uint64_t device_id) { std::cout << "copytogpu" << std::endl; auto index = cache::GpuCacheMgr::GetInstance(device_id)->GetIndex(location_); bool already_in_cache = (index != nullptr); if (already_in_cache) { Loading
cpp/src/scheduler/job/BuildIndexJob.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -15,8 +15,8 @@ // specific language governing permissions and limitations // under the License. #include "utils/Log.h" #include "BuildIndexJob.h" #include "utils/Log.h" namespace milvus { namespace scheduler { Loading
cpp/src/scheduler/task/BuildIndexTask.cpp +1 −0 Original line number Diff line number Diff line Loading @@ -15,6 +15,7 @@ // specific language governing permissions and limitations // under the License. #include "BuildIndexTask.h" #include "db/engine/EngineFactory.h" #include "metrics/Metrics.h" Loading
cpp/src/scheduler/task/BuildIndexTask.h +1 −1 File changed.Contains only whitespace changes. Show changes