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] Make conversion from Integer to int64_t explicit #12010

Merged
merged 4 commits into from
Jul 6, 2022
Merged

[TIR] Make conversion from Integer to int64_t explicit #12010

merged 4 commits into from
Jul 6, 2022

Conversation

kparzysz-quic
Copy link
Contributor

Pre-PR for #11973.

Copy link
Contributor

@Lunderberg Lunderberg left a comment

Choose a reason for hiding this comment

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

I like it, and thank you for tracking down all these instances! I agree with the reasoning in your comment from Friday, that having automatic conversions in both directions between primitives and PrimExpr is causing the issues, and that the automatic primitive to PrimExpr conversion is the more important one to have.

@kparzysz-quic kparzysz-quic marked this pull request as ready for review July 5, 2022 21:36
@masahi masahi merged commit ffd8c93 into apache:main Jul 6, 2022
@kparzysz-quic kparzysz-quic deleted the primexpr-explicit-conv branch July 6, 2022 13:36
blackkker pushed a commit to blackkker/tvm that referenced this pull request Jul 7, 2022
* [TIR] Make conversion from Integer to int64_t explicit

* Fix compilation errors

* Fix compilation issues in cpptest

* Fix SPIRV compilation errors
masahi pushed a commit to masahi/tvm that referenced this pull request Jul 15, 2022
* [TIR] Make conversion from Integer to int64_t explicit

* Fix compilation errors

* Fix compilation issues in cpptest

* Fix SPIRV compilation errors
mikeseven pushed a commit to mikeseven/tvm that referenced this pull request Sep 27, 2023
* [TIR] Make conversion from Integer to int64_t explicit

* Fix compilation errors

* Fix compilation issues in cpptest

* Fix SPIRV compilation errors
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