Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing intermittent HBDSCAN pytest failure in CI (rapidsai#4025)
There was an OOB access occurring here https://github.com/rapidsai/cuml/blob/0707a46f717023ca0b5047c3aeee9ead1a093272/cpp/src/hdbscan/runner.h#L74 when `b.key == 1`. This error was getting swallowed up and we were seeing those `thrust::transform` errors in CI. Tagging @cjnolet to confirm if this is the intended way to use this functor and the fix is correct. Authors: - Divye Gala (https://github.com/divyegala) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: rapidsai#4025
- Loading branch information