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

Extend --convert-tensor-to-scalars beyond tensor.insert/extract #1023

Open
AlexanderViand-Intel opened this issue Oct 9, 2024 · 0 comments
Labels
dialect: tensor_ext Issues concerning the tensor_ext dialect

Comments

@AlexanderViand-Intel
Copy link
Collaborator

AlexanderViand-Intel commented Oct 9, 2024

The --convert-tensor-to-scalars pass introduced in PR #763 currently only handles tensor.insert and tensor.extract operations, but not other similar tensor operations, such as tensor.slice.

As part of this, it'd be a good idea to extend the tests for this pass beyond the tests generated from HEIR's polynomial-pipeline to a wider range of general tensor use cases. (Especially since we might want to suggest #524 and this pass for inclusion upstream at some point),

(labelling as tensor_ext, as it's tensor-related, even though this is technically a transform for "raw" tensor ops rather than tensor_ext ops)

@AlexanderViand-Intel AlexanderViand-Intel added the dialect: tensor_ext Issues concerning the tensor_ext dialect label Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dialect: tensor_ext Issues concerning the tensor_ext dialect
Projects
None yet
Development

No branches or pull requests

1 participant