-
Notifications
You must be signed in to change notification settings - Fork 69
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
feat: add HIP support #280
Conversation
Thank you for this pull-request. This looks good to me, but can you just:
|
FYI, if you commit is not conventional, the CI will not run any tests. |
Done. |
This PR is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
This PR was closed because it has been stalled for 5 days with no activity. |
This PR is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
Rebased in #330 |
What does this PR do?
Fixes # (issue)
GEMM and GEMV kernels can't be compiled for AMD HIP. This PR adds a check for HIP and uses unpack kernel for HIP.
Before submitting
Pull Request section?
to it if that's the case.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.