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

EP context cache feature design #22142

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open

EP context cache feature design #22142

wants to merge 3 commits into from

Conversation

HectorSVC
Copy link
Contributor

Description

EP context cache feature design


|Attributes |Data type|Description |
|---------------------|---------|----------------------------------------------------------------------------------------------------------|
|main_context |int64 |1 (default): This node points to an EP context content that contains the graph referred to by this node.<br/>0: The node does not point to any EP context content. Expect to get the graph from node with this field is 1.<br/>Qualcomm QNN supports 1 single context contains multiple graphs. The EPContext node with main_context=1 refers to the real context. And the context contains graphs that are referred by other nodes with main_context=0.|
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we describe this in a way which doesn't need to refer to Qualcomm QNN?
let's discuss.

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