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

[mpact][test] add a count-equal idiom (for sparse consideration) #73

Merged
merged 1 commit into from
Aug 27, 2024

Conversation

aartbik
Copy link
Contributor

@aartbik aartbik commented Aug 27, 2024

The equal operator currently does not sparsify under PyTorch, but if it were, this would be a great candidate to further optimize with doing the sum() without
materializing the intermediate result!

The equal operator currently does not sparsify under
PyTorch, but if it were, this would be a great candidate
to further optimize with doing the sum() without
materializing the intermediate result!
@aartbik aartbik merged commit 664f828 into MPACT-ORG:main Aug 27, 2024
3 checks passed
@aartbik aartbik deleted the bik branch August 27, 2024 20:28
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