-
Notifications
You must be signed in to change notification settings - Fork 4
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
[IREE][EP] Add support for rocm backend #9
[IREE][EP] Add support for rocm backend #9
Conversation
146425f
to
b159e1c
Compare
b159e1c
to
479a487
Compare
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.
Is there a way to delete the vmfb file after finishing? In the default path where save_to
isn't specified, it would be nice if this vmfb gets cleaned up when no-longer necessary.
479a487
to
1c81f11
Compare
This commit adds support for rocm backend in iree-ep. Signed-Off-by: Gaurav Shukla<[email protected]>
1c81f11
to
d948ff0
Compare
@zjgarvey Thank you for reviewing, could you please take a look again? |
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 think this is good for now.
It might be nice in the future to have a provider option for keeping compilation artifacts like the imported mlir file and the compiled vmfb for debugging purposes.
yeah, will add them in my next patch. Thank you :) |
This commit adds support for rocm backend in iree-ep.
Signed-Off-by: Gaurav Shukla[email protected]