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

[TensorIR][M1c] Lower and build TensorIR #8044

Merged
merged 4 commits into from
May 15, 2021
Merged

[TensorIR][M1c] Lower and build TensorIR #8044

merged 4 commits into from
May 15, 2021

Conversation

Hzfengsy
Copy link
Member

The last PR of M1c, which enables the lowering and building for TensorIR.
Please note that this PR will change the building progress if we input an IRModule.

Previously, we assume that the IRModule has done all the passes if we try to build an IRModule to a runnable Module.

However, TensorIR regards IRModule as the schedule unit, so that we may want to build an IRModule at any stage. (has done no passes, some of the passes or all of the passes). We will apply all passes to an IRModule when we want to build it.

cc @tqchen @junrushao1994 @comaniac @jcf94 @xqdan

Copy link
Contributor

@comaniac comaniac left a comment

Choose a reason for hiding this comment

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

LGTM

@junrushao
Copy link
Member

Let's fix the CI and get it merged :-)

@tqchen tqchen merged commit 711a603 into apache:main May 15, 2021
trevor-m pushed a commit to trevor-m/tvm that referenced this pull request Jun 17, 2021
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jun 17, 2021
@Hzfengsy Hzfengsy deleted the dev branch February 2, 2024 08:29
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.

5 participants