From 11110906a4289dd4e25194586cf3fbc51672f219 Mon Sep 17 00:00:00 2001 From: jaime Date: Fri, 19 Nov 2021 17:57:46 +0800 Subject: [PATCH] [skip ci] Add a TODO for a faiss cpp file (#12117) Signed-off-by: yun.zhang Co-authored-by: yun.zhang --- internal/core/src/index/thirdparty/faiss/InvertedLists.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/core/src/index/thirdparty/faiss/InvertedLists.cpp b/internal/core/src/index/thirdparty/faiss/InvertedLists.cpp index d44e74b58a..df4edafd2f 100644 --- a/internal/core/src/index/thirdparty/faiss/InvertedLists.cpp +++ b/internal/core/src/index/thirdparty/faiss/InvertedLists.cpp @@ -15,6 +15,7 @@ #include #include +//TODO: refactor to decouple dependency between CPU and Cuda, or upgrade faiss #ifndef USE_CPU #include "gpu/utils/DeviceUtils.h" #include "cuda.h"