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

[VitisAI] Cache node subgraph when necessary #22073

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

zz002
Copy link
Contributor

@zz002 zz002 commented Sep 12, 2024

Description

[VitisAI] Cache node subgraph when necessary

Motivation and Context

@zz002 zz002 changed the title Fallback [VitisAI] Cache node subgraph when necessary Sep 14, 2024
@zz002 zz002 marked this pull request as ready for review September 14, 2024 05:26
@zz002
Copy link
Contributor Author

zz002 commented Sep 14, 2024

Hi @jywu-msft
A new feature in VitisAI. If you have a moment, could you please take a look at the code?

@zz002
Copy link
Contributor Author

zz002 commented Sep 24, 2024

hi @jywu-msft

@jywu-msft
Copy link
Member

/azp run Big Models, Linux Android Emulator QNN CI Pipeline, Windows GPU CUDA CI Pipeline, Windows GPU DML CI Pipeline, Windows GPU Doc Gen CI Pipeline

@jywu-msft
Copy link
Member

/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline, Linux OpenVINO CI Pipeline, MacOS CI Pipeline, ONNX Runtime Web CI Pipeline, onnxruntime-binary-size-checks-ci-pipeline, Linux QNN CI Pipeline

Copy link

Azure Pipelines successfully started running 5 pipeline(s).

@jywu-msft
Copy link
Member

/azp run Windows ARM64 QNN CI Pipeline,Windows CPU CI Pipeline,Windows GPU CI Pipeline,Windows GPU TensorRT CI Pipeline,Windows x64 QNN CI Pipeline,onnxruntime-binary-size-checks-ci-pipeline,orttraining-linux-ci-pipeline,orttraining-linux-gpu-ci-pipeline,orttraining-ortmodule-distributed

Copy link

Azure Pipelines successfully started running 9 pipeline(s).

Copy link

Azure Pipelines successfully started running 7 pipeline(s).

@jywu-msft
Copy link
Member

change causes build breaks in several CI Pipelines

2024-09-24T05:31:02.5670130Z /mnt/vss/_work/1/s/onnxruntime/core/session/provider_bridge_ort.cc:1206:37: error: 'GraphViewer__GetSchemaRegistry' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
2024-09-24T05:31:02.5671904Z 1206 | IOnnxRuntimeOpSchemaCollectionPtr GraphViewer__GetSchemaRegistry(const GraphViewer* p) const { return p->GetSchemaRegistry(); }
2024-09-24T05:31:02.5672437Z | ^
2024-09-24T05:31:02.5736271Z /mnt/vss/_work/1/s/onnxruntime/core/providers/shared_library/provider_interfaces.h:996:45: note: overridden virtual function is here
2024-09-24T05:31:02.5737325Z 996 | virtual IOnnxRuntimeOpSchemaCollectionPtr GraphViewer__GetSchemaRegistry(const GraphViewer* p) const = 0;
2024-09-24T05:31:02.5737829Z |

@jywu-msft jywu-msft added the ep:VitisAI issues related to Vitis AI execution provider label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ep:VitisAI issues related to Vitis AI execution provider
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants