-
Notifications
You must be signed in to change notification settings - Fork 24
[example] add jagged_softmax example #480
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
Conversation
lint/test failures? |
[flat_indices], | ||
block_out, | ||
extra_mask=combined_mask, | ||
) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wasn't sure how to write this without the store, and it seems this store breaks ref eager mode testing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm that's weird - do you mind filing an issue for the ref eager mode problem? thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, filed one at #496
@pianpwk would you like to check that |
ah yep, just updated the description :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks @pianpwk !
very new to this, but thought it was worth putting up, at least for feedback :)
results from running
HELION_USE_DEFAULT_CONFIG=0 python benchmarks/run.py --kernel jagged_softmax --num-inputs 10 --metrics speedup
:from running
HELION_USE_DEFAULT_CONFIG=0 python benchmarks/run.py --kernel jagged_softmax --num-inputs 3 --metrics accuracy
: