[skip ci] Add a TODO for a faiss cpp file (#12117)

Signed-off-by: yun.zhang <yun.zhang@zilliz.com>

Co-authored-by: yun.zhang <yun.zhang@zilliz.com>
This commit is contained in:
jaime 2021-11-19 17:57:46 +08:00 committed by GitHub
parent c6fea64aa7
commit 11110906a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,6 +15,7 @@
#include <faiss/utils/utils.h>
#include <faiss/impl/FaissAssert.h>
//TODO: refactor to decouple dependency between CPU and Cuda, or upgrade faiss
#ifndef USE_CPU
#include "gpu/utils/DeviceUtils.h"
#include "cuda.h"