Skip to content

GH-46901: [C++] Support modulo compute kernel - #46902

Closed
uchenily wants to merge 2 commits into
apache:mainfrom
uchenily:modulo-kernel
Closed

GH-46901: [C++] Support modulo compute kernel#46902
uchenily wants to merge 2 commits into
apache:mainfrom
uchenily:modulo-kernel

Conversation

@uchenily

@uchenilyuchenily commented Jun 25, 2025

Copy link
Copy Markdown
Contributor

Rationale for this change

Support for calculating elementwise remainder.

What changes are included in this PR?

This PR adds new kernel function modulo, modulo_checked

Are these changes tested?

Yes, test code are included.

Are there any user-facing changes?

There is a new compute kernel modulo available.

Closes: #46901

@github-actions

Copy link
Copy Markdown

⚠️ GitHub issue #46901has been automatically assigned in GitHub to PR creator.

@github-actions

Copy link
Copy Markdown

Thank you for your contribution. Unfortunately, this pull request has been marked as stale because it has had no activity in the past 365 days. Please remove the stale label or comment below, or this PR will be closed in 14 days. Feel free to re-open this if it has been closed in error. If you do not have repository permissions to reopen the PR, please tag a maintainer.

@github-actionsgithub-actionsBot added the Status: stale-warning Issues and PRs flagged as stale which are due to be closed if no indication otherwise label Jun 25, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting reviewAwaiting reviewComponent: C++Status: stale-warningIssues and PRs flagged as stale which are due to be closed if no indication otherwise

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[C++][Compute] Add modulo compute kernel

1 participant

@uchenily