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

[Unity][MSC][M4.1] Add plugin && plugin_builder, enable build and test in different frameworks #16397

Merged
merged 2 commits into from
Jan 23, 2024

Conversation

Archermmt
Copy link
Contributor

@Archermmt Archermmt commented Jan 14, 2024

This is a pull request for MSC(Multi-System Compile)
RFC: https://discuss.tvm.apache.org/t/rfc-unity-msc-introduction-to-multi-system-compiler/15251/5
Tracking issue: #15233

This is the Milestone 4 for MSC: Add plugin builder, enable plugin wrap in different frameworks.
To limit each PR in reviewable size, the Milestone 4 will be split into some steps:
[M4.1] Add plugin && plugin_builder, enable build and test in different frameworks.
[M4.2] Enable plugin with manager, test plugins in compile pipeline.
[M4.3] Enable auto generate plugin kernel with script.

Plugin Builder build the plugins from kernel source or kernel libs. Plugin will be build according to framework register style and able to be called by python api.

The plugin builder in MSC enable dispatching cu/cpu kernels in different frameworks, so that we can use tvm together with HPC team, 3rd party kernel libs, and so on.

cc @Hzfengsy

@github-actions github-actions bot requested a review from Hzfengsy January 14, 2024 23:50
@Hzfengsy Hzfengsy merged commit ed3790e into apache:unity Jan 23, 2024
17 checks passed
Hzfengsy pushed a commit to Hzfengsy/tvm that referenced this pull request Jan 24, 2024
…t in different frameworks (apache#16397)

* add plugin building

* minor fix
tqchen pushed a commit that referenced this pull request Jan 24, 2024
…nd test in different frameworks (#16397) (#16460)

[Unity][MSC][M4.1] Add plugin && plugin_builder, enable build and test in different frameworks (#16397)

* add plugin building

* minor fix

Co-authored-by: Archermmt <archermmt@126.com>
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.

2 participants