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

Is support for ROCMExecutionProvider planned? #510

Open
1 of 2 tasks
ak1932 opened this issue Jul 9, 2024 · 3 comments
Open
1 of 2 tasks

Is support for ROCMExecutionProvider planned? #510

ak1932 opened this issue Jul 9, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@ak1932
Copy link

ak1932 commented Jul 9, 2024

Search before asking

  • I have searched the Inference issues and found no similar feature requests.

Description

Support for ROCMExecutionProvider would be great

Use case

This would make roboflow more accessible with users using amd gpu benefiting greatly.

Additional

No response

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!
@ak1932 ak1932 added the enhancement New feature or request label Jul 9, 2024
@ak1932
Copy link
Author

ak1932 commented Jul 9, 2024

Onnxruntime has stable onnxruntime-rocm packages (though not on PyPi). Also is there any way I can temporily use ROCMExecutionProvider?

@yeldarby
Copy link
Contributor

yeldarby commented Jul 9, 2024

We don't plan to officially support this at the moment because we don't have any customers that need/use it and don't have any hardware to test with.

But you should be able to get hardware acceleration on ROCM using the onnxruntime-rocm package by installing it manually. It should work just like the onnxruntime-silicon runtime does for MacOS acceleration.

Once installed, use the ONNXRUNTIME_EXECUTION_PROVIDERS="[ROCMExecutionProvider, CPUExecutionProvider]" environment variable to ensure that it gets picked up & used.

@ak1932
Copy link
Author

ak1932 commented Jul 9, 2024

Ohh ok. I'll try it out. Thanks for the help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants