rapidsai / raft

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
https://docs.rapids.ai/api/raft/stable/
Apache License 2.0
746 stars 189 forks source link

Fix a bug where the wrong API is used to free the memory #2361

Closed PointKernel closed 3 months ago

PointKernel commented 3 months ago

This PR fixes a bug uncovered by CCCL version bump #2358

PointKernel commented 3 months ago

The style check failure seems irrelevant to the current PR.

benfred commented 3 months ago

/merge