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

[TIR] [Hexagon] Add vdmpy intrinsic and transform_layout for tests #13557

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

quic-sanirudh
Copy link
Contributor

This patch adds the vdmpy hexagon intrinsic and a sample tensorization test for the same.

This patch also modifies the test to use transform_layout instead of a packed tensor in the compute to make it obvious that this example is just matmul with a different data layout for one of the inputs

This patch adds the vdmpy hexagon intrinsic and a sample tensorization
test for the same.

This patch modifies the test to use transform_layout instead of a packed
tensor in the compute to make it obvious that this example is just
matmul with a different data layout for one of the inputs
@tvm-bot
Copy link
Collaborator

tvm-bot commented Dec 6, 2022

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

@quic-sanirudh
Copy link
Contributor Author

@masahi @nverke Could you please take a look and review this patch when you get a chance.

@masahi masahi merged commit 8d31b25 into apache:main Dec 6, 2022
@nverke
Copy link
Contributor

nverke commented Dec 10, 2022

Looks great!

mikeseven pushed a commit to mikeseven/tvm that referenced this pull request Sep 27, 2023
…pache#13557)

[TIR] Add vdmpy intrinsic and transform_layout for tests

This patch adds the vdmpy hexagon intrinsic and a sample tensorization
test for the same.

This patch modifies the test to use transform_layout instead of a packed
tensor in the compute to make it obvious that this example is just
matmul with a different data layout for one of the inputs
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