Commit 22371d4c authored by 余昆's avatar 余昆
Browse files

clang tidy


Former-commit-id: 43357fb16dbee83ccc2d6f8dbc4bb453c1160ed2
parent bfba536e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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) {
+1 −1
Original line number Diff line number Diff line
@@ -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 {
+1 −0
Original line number Diff line number Diff line
@@ -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"
+1 −1

File changed.

Contains only whitespace changes.