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

[BACKEND] Allow nvptx to pass ll ir to CUDAModule #404

Merged
merged 1 commit into from
Aug 31, 2017

Conversation

tqchen
Copy link
Member

@tqchen tqchen commented Aug 31, 2017

No description provided.

@tqchen tqchen merged commit b8c8aad into apache:master Aug 31, 2017
vinx13 added a commit to vinx13/tvm that referenced this pull request Mar 9, 2022
junrushao pushed a commit to junrushao/tvm that referenced this pull request Feb 8, 2023
) (apache#404)

This PR updates the order of arithmetic analyzer simplification, by
adding a stage of canonical simplification at the very beginning so
that every simplification always starts with a canonical round. This
is because the rewrite simplification may destroy some PrimExpr property
that the canonical simplification can make use of. Therefore, adding
the canonical one in the front can maximize the use of canonical
simplification.
yelite pushed a commit to yelite/tvm that referenced this pull request Feb 17, 2023
) (apache#404)

This PR updates the order of arithmetic analyzer simplification, by
adding a stage of canonical simplification at the very beginning so
that every simplification always starts with a canonical round. This
is because the rewrite simplification may destroy some PrimExpr property
that the canonical simplification can make use of. Therefore, adding
the canonical one in the front can maximize the use of canonical
simplification.
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.

1 participant