Commits


BoarQing authored and GitHub committed 87285323e68
[VITISAI] nested subgraph is unsupported for now (#17067) ### Description <!-- Describe your changes. --> return empty ComputeCapability when a graph contains nested subgraph. ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. --> For now, our architecture does not support nested subgraph. So, we return empty ComputeCapability for this case.