-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[MIGraphX EP Support] Update migx scripts #21806
[MIGraphX EP Support] Update migx scripts #21806
Conversation
ping @cloudhan @tianleiwu @PeixuanZuo this doesnt effect the EP but testing. Useful to upstream this as it allows us to use your existing scripts correctly. |
/azp run Big Models,Linux Android Emulator QNN CI Pipeline,Linux QNN CI Pipeline,ONNX Runtime Web CI Pipeline,Windows ARM64 QNN CI Pipeline,Windows GPU CUDA CI Pipeline,Windows GPU DML CI Pipeline,Windows GPU Doc Gen CI Pipeline,Windows x64 QNN CI Pipeline,onnxruntime-binary-size-checks-ci-pipeline |
/azp run Windows GPU CI Pipeline, 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 OpenVINO CI Pipeline, MacOS CI Pipeline, MacOS NoContribops CI Pipeline, Windows CPU CI Pipeline |
Azure Pipelines successfully started running 10 pipeline(s). |
Azure Pipelines successfully started running 7 pipeline(s). |
/azp run Windows GPU TensorRT CI Pipeline;orttraining-linux-ci-pipeline;orttraining-linux-gpu-ci-pipeline;orttraining-ortmodule-distributed |
No pipelines are associated with this pull request. |
/azp run Windows GPU TensorRT CI Pipeline,orttraining-linux-ci-pipeline,orttraining-linux-gpu-ci-pipeline,orttraining-ortmodule-distributed |
Azure Pipelines successfully started running 4 pipeline(s). |
Description
No code changes to the EP only changes to the scripts whihc invoke MIGraphX EP
Motivation and Context
MIGraphX has moved away from using rocBLAS and without this, some cases used in CI shall fail as optmizations will attempt to use rocBLAS kernels instead of MIGraphx EP directly.