-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[EP ABI] Add ability to drop constant initializers for fused nodes specified in GetCapability #25137
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
[EP ABI] Add ability to drop constant initializers for fused nodes specified in GetCapability #25137
Conversation
Another request that EP might want is to create the fused node's id hashed from not only graph_viewer but also other info, ex: TRT version.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Description
GraphSupportInfo_AddNodesToFuse()
, the EP creates anOrtNodeFusionOptions
object to specify the nodes and other relevant options. This makes it easier to extend the API in the future since we can't add more parameters to an existing function, but we can add more functions that modify an options object.Motivation and Context
Add more functionality missing from GetCapability() in the EP ABI.