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

[TensorRT EP] Fix bug for no nodes in subgraph at GetCapability #18449

Merged
merged 2 commits into from
Nov 17, 2023

Conversation

chilo-ms
Copy link
Contributor

@chilo-ms chilo-ms commented Nov 15, 2023

It's possible that subgraph of the "If" control flow op has no nodes.
TRT EP should consider this kind of subgraph is fully supported by TRT.

The faster rcnn model mentioned in this issue #17434 is the case.

@chilo-ms chilo-ms requested a review from jywu-msft November 15, 2023 07:16
@chilo-ms chilo-ms merged commit f17b6af into main Nov 17, 2023
90 of 91 checks passed
@chilo-ms chilo-ms deleted the chi/fix_trt_ep_get_capability branch November 17, 2023 03:56
kleiti pushed a commit to kleiti/onnxruntime that referenced this pull request Mar 22, 2024
…osoft#18449)

It's possible that subgraph of the "If" control flow op has no nodes.
TRT EP should consider this kind of subgraph is fully supported by TRT.

The faster rcnn model mentioned in this issue
microsoft#17434 is the case.
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