Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing -1 key access in 1nn reduce op in HDBSCAN #4052

Merged
merged 1 commit into from
Jul 14, 2021

Conversation

divyegala
Copy link
Member

closes #4025 again. This is happening because the underlying assumptions in the fused-1nn have likely changed, and that trickles down to HDBSCAN and the functors we use for accessing that API - as discussed with @cjnolet

@divyegala divyegala requested a review from a team as a code owner July 13, 2021 20:36
@divyegala divyegala added bug Something isn't working CUDA / C++ CUDA issue non-breaking Non-breaking change and removed CUDA/C++ labels Jul 13, 2021
Copy link
Member

@cjnolet cjnolet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dantegd
Copy link
Member

dantegd commented Jul 14, 2021

rerun tests

@dantegd
Copy link
Member

dantegd commented Jul 14, 2021

@gpucibot merge

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.08@c9abba1). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #4052   +/-   ##
===============================================
  Coverage                ?   85.59%           
===============================================
  Files                   ?      230           
  Lines                   ?    18221           
  Branches                ?        0           
===============================================
  Hits                    ?    15596           
  Misses                  ?     2625           
  Partials                ?        0           
Flag Coverage Δ
dask 48.14% <0.00%> (?)
non-dask 77.92% <0.00%> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c9abba1...846611c. Read the comment docs.

@rapids-bot rapids-bot bot merged commit 973a7ec into rapidsai:branch-21.08 Jul 14, 2021
vimarsh6739 pushed a commit to vimarsh6739/cuml that referenced this pull request Oct 9, 2023
closes rapidsai#4025 again. This is happening because the underlying assumptions in the fused-1nn have likely changed, and that trickles down to HDBSCAN and the functors we use for accessing that API - as discussed with @cjnolet

Authors:
  - Divye Gala (https://github.com/divyegala)

Approvers:
  - Corey J. Nolet (https://github.com/cjnolet)

URL: rapidsai#4052
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CUDA / C++ CUDA issue non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants