-
Notifications
You must be signed in to change notification settings - Fork 124
Enable fp16 runtime support for hip #988
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
Conversation
Does this feature need to be enabled conditionally depending on the arch properties? |
@ldrumm The only problematic one is Tahiti, which doesn't support fp16, but we decided to ignore Tahiti in this case. |
Tahiti is very old and not officially supported by ROCm anyway. This should be fine. |
Enables fp16 support for AMD GPUs. Based on Zheming's previous work: [8488](#8488) Some test cases for e.g. images were disabled since they aren't supported Draft PR for enabling fp16 support in the unified-runtime: oneapi-src/unified-runtime#988 --------- Co-authored-by: Jin Z <[email protected]>
f988b8e
to
5d304c5
Compare
Thanks. |
I have updated the target branch of this PR from the |
Enable fp16 runtime support for hip
Combines the changes of the follow Unified Runtime pull requests: * oneapi-src/unified-runtime#1108 * oneapi-src/unified-runtime#988 * oneapi-src/unified-runtime#1071 * oneapi-src/unified-runtime#916 * oneapi-src/unified-runtime#1099
Combines the changes of the follow Unified Runtime pull requests: * oneapi-src/unified-runtime#1108 * oneapi-src/unified-runtime#988 * oneapi-src/unified-runtime#1071 * oneapi-src/unified-runtime#916 * oneapi-src/unified-runtime#1099
Enable fp16 runtime support for hip
Combines the changes of the follow Unified Runtime pull requests: * oneapi-src/unified-runtime#1108 * oneapi-src/unified-runtime#988 * oneapi-src/unified-runtime#1071 * oneapi-src/unified-runtime#916 * oneapi-src/unified-runtime#1099
Needed for intel/llvm#11626