[EP ABI] Add weight pre-packing support to kernel-based plugin EPs - #26754
Merged
Adrian Lizarraga (adrianlizarraga) merged 31 commits intoDec 27, 2025
Merged
Conversation
Adrian Lizarraga (adrianlizarraga)
marked this pull request as ready for review
December 9, 2025 16:55
…ft/onnxruntime into adrianl/plugin-ep-kernel-prepack
Yulong Wang (fs-eire)
previously approved these changes
Dec 9, 2025
Dmitri Smirnov (yuslepukhin)
previously requested changes
Dec 9, 2025
Adrian Lizarraga (adrianlizarraga)
marked this pull request as draft
December 11, 2025 00:51
…) receives an unexpected call (return error instead of setting a flag to false)
Adrian Lizarraga (adrianlizarraga)
marked this pull request as ready for review
December 17, 2025 18:06
Adrian Lizarraga (adrianlizarraga)
requested review from
Edward Chen (edgchen1) and
Dmitri Smirnov (yuslepukhin)
December 17, 2025 22:39
This was referenced Mar 17, 2026
This was referenced May 4, 2026
This was referenced May 11, 2026
This was referenced Jul 1, 2026
This was referenced Jul 8, 2026
This was referenced Jul 22, 2026
This was referenced Aug 1, 2026
This was referenced Aug 8, 2026
This was referenced Aug 17, 2026
This was referenced Sep 17, 2026
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.
Description
OrtKernelImplimplementations.onnxruntime/onnxruntime/test/autoep/test_execution.cc
Lines 242 to 256 in 549d741
Motivation and Context
The previous PR added the base APIs that support kernel-based plugin EPs. This PR adds an additional feature that was identified as necessary for the port of WebGPU EP.