Update TVM backend to TVM 0.26.x - #118
Open
guillon wants to merge 1 commit into
Open
Conversation
guillon
force-pushed
the
dev/cguillon/tvm-026
branch
10 times, most recently
from
August 28, 2026 16:04
b76e945 to
610dd99
Compare
guillon
marked this pull request as ready for review
August 28, 2026 16:05
Member
Author
|
@qaco @liamsemeria for information, update to TVM 0.26 and use directly apache tvm packages instead of our own xtc-tvm-wheels. I will merge when ok, though you may comment. |
guillon
force-pushed
the
dev/cguillon/tvm-026
branch
from
August 28, 2026 16:19
610dd99 to
55e60cd
Compare
Codecov Report❌ Patch coverage is 📢 Thoughts on this report? Let us know! |
guillon
force-pushed
the
dev/cguillon/tvm-026
branch
2 times, most recently
from
August 28, 2026 22:10
f749476 to
6afa2b7
Compare
Contributor
Wow that's nice! |
guillon
force-pushed
the
dev/cguillon/tvm-026
branch
10 times, most recently
from
September 1, 2026 15:24
e9b1801 to
0c9fb2a
Compare
guillon
force-pushed
the
dev/cguillon/tvm-026
branch
from
September 1, 2026 15:49
0c9fb2a to
9a87291
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Motivation
Update to recent version of TVM which should support split. Move from tvm 0.19 to tvm 0.26.
Note that the legacy TE Scheduler is not supported anymore in this version of TVM, hence the XTC tvm backend changed to support only TIR Schedule (
tir_scheduleTVM backend option defaults now toTrue).Description
Update TVMCompiler and TVMScheduler for the new TVM version.
Update runtime support which changed with the new TVM version: now using tvm_runtime.so and tvm_ffi.so.
Update to upstream official tvm packages:
apache_tvmandapache_tvm_ffiinstead of our own built tvm package, this deprecates for now thextc-tools/tvm-wheelsrepository which is not necessary anymore.Update tests as the outputed TVM IR changed from TVM 0.19 to TVM 0.26.
Commits
Ref to last commit
Discussion
n/a