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

Remove unnecessary bracket around make_int #7907

Merged
merged 1 commit into from
Apr 23, 2021
Merged

Conversation

ghostplant
Copy link
Contributor

Turning from ((make_int4)(exp)) to (make_int4(exp)). The former case is incompatible with "macro-defined function".

Turning from `((make_int4)(exp))` to `(make_int4(exp))`. The former case is incompatible with "macro-defined function".
@ghostplant ghostplant changed the title Remove unnecessary bracelet around make_int Remove unnecessary bracket around make_int Apr 22, 2021
@tqchen tqchen merged commit 0b24cbf into apache:main Apr 23, 2021
@tqchen
Copy link
Member

tqchen commented Apr 23, 2021

Thank you @ghostplant !

echuraev pushed a commit to echuraev/tvm that referenced this pull request Apr 29, 2021
Turning from `((make_int4)(exp))` to `(make_int4(exp))`. The former case is incompatible with "macro-defined function".
umangyadav pushed a commit to umangyadav/tvm that referenced this pull request May 5, 2021
Turning from `((make_int4)(exp))` to `(make_int4(exp))`. The former case is incompatible with "macro-defined function".
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
Turning from `((make_int4)(exp))` to `(make_int4(exp))`. The former case is incompatible with "macro-defined function".
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
Turning from `((make_int4)(exp))` to `(make_int4(exp))`. The former case is incompatible with "macro-defined function".
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request May 6, 2021
Turning from `((make_int4)(exp))` to `(make_int4(exp))`. The former case is incompatible with "macro-defined function".
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request May 11, 2021
Turning from `((make_int4)(exp))` to `(make_int4(exp))`. The former case is incompatible with "macro-defined function".
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