-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[Doc] Remove rocm build from source instructions #26733
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
base: gh-pages
Are you sure you want to change the base?
Conversation
| * Install [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/docs-6.3.1/) | ||
| * The MIGraphX execution provider for ONNX Runtime is built and tested with ROCm6.3.1 | ||
| * Install [ROCm](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/index.html) |
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.
Do we want to keeo this here?
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.
It's because migraphx does not lock to 6.3.1, so I update the link to avoid confusion.
| ** NOTE ** As of ROCm 7.1 There will be no more ROCm Execution Provider support provider by Microsoft | ||
|
|
||
| Please Migrate your applications to use the [MIGraphX Execution Provider](https://onnxruntime.ai/docs/execution-providers/MIGraphX-ExecutionProvider.html#migraphx-execution-provider) | ||
| ** NOTE ** ROCm Execution Provider is deprecated. Please Migrate your applications to use the [MIGraphX Execution Provider](https://onnxruntime.ai/docs/execution-providers/MIGraphX-ExecutionProvider.html#migraphx-execution-provider) |
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.
I'm not sure if "deprecated" is the right term for this. maybe we should just say that the ROCm EP has been removed in ORT 1.23. the next line already says "all builds going forward (ROCm 7.1+) Will have ROCm EP removed".
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.
changed to "has been removed since 1.23 release".
ROCM ep was removed since onnxruntime 1.23.
Update documents: