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

[torch-mlir][sparse] add JIT test for block sparse SpMV #2955

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

aartbik
Copy link
Contributor

@aartbik aartbik commented Feb 27, 2024

This required adding a "decompose" pass to the torch lowering, since torch.mv was not directly handled by lowering to linalg

This required adding a "decompose" pass to the torch
lowering, since torch.mv was not directly handled by
lowering to linalg
@aartbik aartbik merged commit 3021254 into llvm:main Feb 27, 2024
3 checks passed
@aartbik aartbik deleted the bik branch February 27, 2024 19:49
Copy link
Collaborator

@stellaraccident stellaraccident left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could also try adding a torch level decomposition for things like this.

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.

3 participants