Skip to content

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

Merged
tqchen merged 4 commits into
apache:mainfrom
Hzfengsy:dev
May 15, 2021
Merged

[TensorIR][M1c] Lower and build TensorIR#8044
tqchen merged 4 commits into
apache:mainfrom
Hzfengsy:dev

Conversation

@Hzfengsy

Copy link
Copy Markdown
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

@comaniac comaniac left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@junrushao

Copy link
Copy Markdown
Member

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

Comment thread python/tvm/driver/build_module.py Outdated
Comment thread python/tvm/driver/build_module.py Outdated
@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