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

Fix CUDA reduction ops handling of optional axes input #22149

Merged

Conversation

skottmckay
Copy link
Contributor

Description

The optional axes input may exist with an empty name and be a nullptr.

Update the CUDA implementation to handle this.

Motivation and Context

#22035

tianleiwu
tianleiwu previously approved these changes Sep 19, 2024
Add test to validate correct handling with missing axes input and noop_with_empty_axes
@skottmckay skottmckay merged commit da3bd45 into main Sep 20, 2024
87 checks passed
@skottmckay skottmckay deleted the skottmckay/FixCudaReductionOpsHandlingOfOptionalAxesInput branch September 20, 2024 03:44
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.

2 participants