-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Fix ACL option parsing #23586
Fix ACL option parsing #23586
Conversation
Signed-off-by: Michael Tyler <[email protected]>
@jywu-msft Can you trigger the workflows please? |
/azp run Big Models,Linux Android Emulator QNN CI Pipeline,Win_TRT_Minimal_CUDA_Test_CI,Windows ARM64 QNN CI Pipeline,Windows CPU CI Pipeline,Windows GPU CUDA CI Pipeline,Windows GPU DML CI Pipeline,Windows GPU Doc Gen CI Pipeline,Windows GPU TensorRT CI Pipeline,Windows x64 QNN CI Pipeline |
/azp run Linux CPU CI Pipeline, Linux CPU Minimal Build E2E CI Pipeline, Linux GPU CI Pipeline, Linux GPU TensorRT CI Pipeline, MacOS CI Pipeline, ONNX Runtime Web CI Pipeline, onnxruntime-binary-size-checks-ci-pipeline, Linux QNN CI Pipeline |
Azure Pipelines successfully started running 10 pipeline(s). |
Azure Pipelines successfully started running 8 pipeline(s). |
Those two GPU test failures look completely unrelated to this change; the changed lines shouldn't even be present in the build. Is it possible to rerun those two tests? |
/azp run Linux OpenVINO CI Pipeline |
Azure Pipelines successfully started running 1 pipeline(s). |
Looks like the tests passed this time, can someone review please? |
This reverts commit 8901718.
### Description Fixes a compiler error in the ACL option parsing for perftest. ### Motivation and Context Fixes a compiler error when building with the ACL execution provider. Signed-off-by: Michael Tyler <[email protected]>
Description
Fixes a compiler error in the ACL option parsing for perftest.
Motivation and Context
Fixes a compiler error when building with the ACL execution provider.