Skip to content

[REVIEW] Fix assertion in fill_indices_by_rows_kernel. - #2732

Merged
rapids-bot[bot] merged 2 commits into
NVIDIA:branch-25.08from
legrosbuffle:bad-assert
Jul 8, 2025
Merged

[REVIEW] Fix assertion in fill_indices_by_rows_kernel.#2732
rapids-bot[bot] merged 2 commits into
NVIDIA:branch-25.08from
legrosbuffle:bad-assert

Conversation

@legrosbuffle

Copy link
Copy Markdown
Contributor

The cumulative number of nnz per row must be smaller than the total number of nnz, not the other way around.

The cumulative number of nnz per row must be smaller than the total number of nnz, not the other way around.
@legrosbuffle
legrosbuffle requested a review from a team as a code owner July 3, 2025 12:13
@copy-pr-bot

copy-pr-bot Bot commented Jul 3, 2025

Copy link
Copy Markdown

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added the cpp label Jul 3, 2025
@divyegala

Copy link
Copy Markdown
Contributor

Can you explain a bit of your workflow that led you to finding this bug?

@legrosbuffle

Copy link
Copy Markdown
Contributor Author

Can you explain a bit of your workflow that led you to finding this bug?

This assert fires when building with clang and running test convert_csr.cu. This does not seem to be the first time we're catching an assert in our environment that is not caught in yours, are you sure that you have a CI with asserts enabled ?

@divyegala

Copy link
Copy Markdown
Contributor

/ok to test 2cef544

@aamijar aamijar added the bug Something isn't working label Jul 7, 2025
@aamijar aamijar added the non-breaking Non-breaking change label Jul 7, 2025
@divyegala

Copy link
Copy Markdown
Contributor

@legrosbuffle I would have to confirm again but I think we test NDEBUG builds in CI.

@divyegala

Copy link
Copy Markdown
Contributor

/ok to test 509904e

@aamijar aamijar moved this to In Progress in Unstructured Data Processing Jul 8, 2025
@aamijar

aamijar commented Jul 8, 2025

Copy link
Copy Markdown
Member

@divyegala merge?

@divyegala

Copy link
Copy Markdown
Contributor

/merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working cpp non-breaking Non-breaking change

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants