Skip to content

Fix min-max extrema kernel code#880

Open
e-kud wants to merge 1 commit into
boostorg:masterfrom
e-kud:fix-extrema
Open

Fix min-max extrema kernel code#880
e-kud wants to merge 1 commit into
boostorg:masterfrom
e-kud:fix-extrema

Conversation

@e-kud

@e-kud e-kud commented Jan 6, 2023

Copy link
Copy Markdown

Due to ceiling of block size, the index may be out of bounds. As index is always used, we must have it valid regardless while (index < end) condition.

@e-kud

e-kud commented Dec 28, 2024

Copy link
Copy Markdown
Author

@pdimov @kylelutz could you please take a look at this patch?

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant