-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Update Vitis AI EP to support multiple DPU targets through provider options #6690
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
Conversation
|
@jtuyls, yes please submit a PR for doc update on gh-pages branch. |
|
/azp run orttraining-linux-ci-pipeline,orttraining-mac-ci-pipeline,orttraining-linux-gpu-ci-pipeline,centos7_cpu,Linux CPU Minimal Build E2E CI Pipeline,Linux Nuphar CI Pipeline,MacOS NoContribops CI Pipeline,Linux OpenVINO CI Pipeline,orttraining-distributed |
|
/azp run Linux CPU CI Pipeline,Linux CPU x64 NoContribops CI Pipeline,Linux GPU CI Pipeline,Linux GPU TensorRT CI Pipeline,MacOS CI Pipeline,MacOS NoContribops CI Pipeline,Windows CPU CI Pipeline,Windows GPU CI Pipeline,Windows GPU TensorRT CI Pipeline |
|
Azure Pipelines successfully started running 8 pipeline(s), but failed to run 1 pipeline(s). |
|
Azure Pipelines successfully started running 9 pipeline(s). |
|
/azp run orttraining-amd-gpu-ci-pipeline |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
/azp run orttraining-ortmodule, /azp run orttraining-ortmodule-distributed |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
Hi @jywu-msft : Can you please review this PR ? |
|
/azp run orttraining-ortmodule-distributed |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
so can I use the onnxruntime with DPUCVDX8G in the Versal AI Core board? |
|
@Elonaever No, that DPU won't be supported yet. The specific DPU's that will be enabled are: DPUCZDX8G (Zynq) and DPUCAHX8H (U50/U280). However, the changes in this PR make it easier to add more DPU's later on. |
|
@skottmckay I resolved the conflicts with master. Could you have another look at this PR? |
skottmckay
left a comment
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.
![]()
|
/azp run Linux CPU CI Pipeline,Linux CPU Minimal Build E2E CI Pipeline,Linux CPU x64 NoContribops CI Pipeline,Linux GPU CI Pipeline,Linux GPU TensorRT CI Pipeline,Linux Nuphar CI Pipeline,Linux OpenVINO CI Pipeline |
|
/azp run MacOS CI Pipeline,MacOS NoContribops CI Pipeline,Windows CPU CI Pipeline,Windows GPU CI Pipeline,Windows GPU TensorRT CI Pipeline,Windows WebAssembly CI Pipeline |
|
/azp run orttraining-amd-gpu-ci-pipeline,orttraining-linux-ci-pipeline,orttraining-linux-gpu-ci-pipeline,orttraining-ortmodule,orttraining-ortmodule-distributed |
|
Azure Pipelines successfully started running 6 pipeline(s). |
|
Azure Pipelines successfully started running 5 pipeline(s). |
|
Azure Pipelines successfully started running 7 pipeline(s). |
Update the Vitis AI execution provider to support multiple DPU targets, specifically the Zynq DPUCZDX8G target (on arm64).
For documentation, do I need to create a separate PR on the gh-pages branch?