From e8d085eaac658a9759b79b465fb791761f280ebe Mon Sep 17 00:00:00 2001 From: Paul Taylor Date: Fri, 5 Mar 2021 14:19:39 -0600 Subject: [PATCH] remove setCudaMallocWarning() call remove call to method removed in `libfaiss@v1.7.0` --- cpp/include/raft/spatial/knn/detail/brute_force_knn.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/include/raft/spatial/knn/detail/brute_force_knn.hpp b/cpp/include/raft/spatial/knn/detail/brute_force_knn.hpp index 1ca5be2052..e686fff587 100644 --- a/cpp/include/raft/spatial/knn/detail/brute_force_knn.hpp +++ b/cpp/include/raft/spatial/knn/detail/brute_force_knn.hpp @@ -290,7 +290,6 @@ void brute_force_knn_impl( raft::select_stream(userStream, internalStreams, n_int_streams, i); gpu_res.noTempMemory(); - gpu_res.setCudaMallocWarning(false); gpu_res.setDefaultStream(device, stream); faiss::gpu::GpuDistanceParams args;