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

Expose the auxiliary dimension for scalar reduction #117

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

antonysigma
Copy link
Collaborator

@antonysigma antonysigma commented Jan 20, 2025

Refactor sumsq() += u * u into sumsq(x) += u * u having only one pixel. It enables CUDA codegen to fuse multiple reduction stages into one single GPU kernel.

Refactor `sumsq() += u * u` into `sumsq(x) += u * u` having only one
pixel. It enables CUDA codegen to fuse multiple reduction stages into
one single GPU kernel.
@antonysigma antonysigma merged commit de4b6d3 into comp-imaging:master Jan 20, 2025
7 checks passed
@antonysigma antonysigma deleted the inner-vars branch January 20, 2025 23:03
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