Skip to content

Commit

Permalink
Remove setCudaMallocWarning() call for [email protected] (#167)
Browse files Browse the repository at this point in the history
Remove call to method removed in `[email protected]`.

Authors:
  - Paul Taylor (@trxcllnt)

Approvers:
  - Brad Rees (@BradReesWork)
  - Corey J. Nolet (@cjnolet)

URL: #167
  • Loading branch information
trxcllnt authored Mar 5, 2021
1 parent 479b99b commit 6455e05
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/include/raft/spatial/knn/detail/brute_force_knn.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6455e05

Please sign in to comment.