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] recognize sparse tensor conversion #3226

Merged
merged 4 commits into from
Apr 25, 2024

Conversation

aartbik
Copy link
Contributor

@aartbik aartbik commented Apr 24, 2024

Sparse tensor conversions are represented by special aten operators. This PR ensures the conversions are recognized (instead of failing the full torch aten lowering to linalg).

Sparse tensor conversions are represented by special aten
operators. This PR ensures the conversions are recognized
(instead of failing the full torch aten lowering to linalg).
@penguin-wwy penguin-wwy merged commit 4361178 into llvm:main Apr 25, 2024
3 checks passed
@aartbik aartbik deleted the bok branch April 25, 2024 20:20
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.

4 participants