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] [Schedule] Fix decompose_padding bug with dtypes #15050

Merged

Conversation

quic-sanirudh
Copy link
Contributor

Ran into a type mismatch error when the primfunc uses int64 dimensions, but the extent introduced in a particular case was just int32.

Ran into a type mismatch error when the primfunc uses int64 dimensions,
but the extent introduced in a particular case was just int32.
@tvm-bot
Copy link
Collaborator

tvm-bot commented Jun 7, 2023

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

cc @wrongtest-intellif

Copy link
Member

@yzh119 yzh119 left a comment

Choose a reason for hiding this comment

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

LGTM

@quic-sanirudh quic-sanirudh merged commit f3fde81 into apache:main Jun 8, 2023
junrushao pushed a commit to junrushao/tvm that referenced this pull request Jun 22, 2023
Ran into a type mismatch error when the primfunc uses int64 dimensions,
but the extent introduced in a particular case was just int32.
@quic-sanirudh quic-sanirudh deleted the fix_extent_dtype_decompose_padding branch November 15, 2023 02:42
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