Skip to content

feat(plugin): implement plugin system for dynamic op loading#479

Merged
chenghuaWang merged 2 commits intoUbiquitousLearning:v2from
chenghuaWang:v2
Oct 15, 2025
Merged

feat(plugin): implement plugin system for dynamic op loading#479
chenghuaWang merged 2 commits intoUbiquitousLearning:v2from
chenghuaWang:v2

Conversation

@chenghuaWang
Copy link
Copy Markdown
Collaborator

  • Add PluginSystem to manage dynamic op registration and loading
  • Introduce PluginInterface with macros and descriptor definitions
  • Support loading shared library plugins via loadOpPackage
  • Add lookup mechanism for registered custom ops by name
  • Extend Context and mllm API to expose plugin functionality
  • Add test infrastructure and example plugin for host testing
  • Update CMakeLists to include new source files and test directories

chenghuaWang and others added 2 commits October 15, 2025 04:16
- Add PluginSystem to manage dynamic op registration and loading
- Introduce PluginInterface with macros and descriptor definitions
- Support loading shared library plugins via `loadOpPackage`
- Add lookup mechanism for registered custom ops by name
- Extend Context and mllm API to expose plugin functionality
- Add test infrastructure and example plugin for host testing
- Update CMakeLists to include new source files and test directories
@chenghuaWang chenghuaWang merged commit e6bba96 into UbiquitousLearning:v2 Oct 15, 2025
2 checks passed
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