-
Notifications
You must be signed in to change notification settings - Fork 2
[DO NOT MERGE] #38
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
Merged
Merged
[DO NOT MERGE] #38
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* poorly written min reudction * refactored unary operators --------- Co-authored-by: aheschl1 <ajheschl@gmail.com>
Added the flat case for reduction
* reduction frontend * penis and balls
Added reduce sum
* added more reduction operators and their flat case * variance * added proper variance api settings * added some unit tests for the stdev, also added stdev * added abs unary op for gpu * removed a debug function * added l2 and l1 norm
* added more reduction operators and their flat case * variance * reduce interface * move to Into<Idx> * switch from macro * benchmarking --------- Co-authored-by: root <neithercouldterry@gmail.com>
* benchmark and interface * cpu abs
* benchmark and interface * cpu abs * square root * sqrt
aheschl1
added a commit
that referenced
this pull request
Jan 2, 2026
* Improvements on Unary Operators (#36) * poorly written min reudction * refactored unary operators --------- Co-authored-by: aheschl1 <ajheschl@gmail.com> * reduction frontend (#39) * added some single * Reduce api (#41) * reduction frontend * penis and balls * fix (#42) * added basic contiguous reduction_sum * made a few small changes * Fix (#44) * skdjfh * dwad dwa# * dwad (#46) * Reduce fixed (#51) * added more reduction operators and their flat case * variance * added proper variance api settings * added some unit tests for the stdev, also added stdev * added abs unary op for gpu * removed a debug function * added l2 and l1 norm * Reduce interface (#50) * added more reduction operators and their flat case * variance * reduce interface * move to Into<Idx> * switch from macro * benchmarking --------- Co-authored-by: root <neithercouldterry@gmail.com> * fix (#52) * dwa (#53) * daw (#54) * Reduce iface (#55) * benchmark and interface * cpu abs * Reduce iface (#59) * benchmark and interface * cpu abs * square root * sqrt --------- Co-authored-by: Homer Riva-Cambrin <75649204+DiscordJim@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
poorly written min reudction
refactored unary operators