We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-fno-hip-uniform-block
HIP requires uniform WG sizes otherwise HIP runtime would through errors or it may result in undefined behaviors.
Using uniform WG sizes always however may result in performance degradation.
HIP is going to add -fno-hip-uniform-block flag to allow users to use non-uniform WG sizes.
https://reviews.llvm.org/D155213
it is supposed to become available in either rocm-5.7 or rocm-6.0. When it does, make use of it.
Related issue : #1976 SWDEV-406592
The text was updated successfully, but these errors were encountered:
Related issues : ROCm/MIOpen#2307
https://github.com/ROCmSoftwarePlatform/composable_kernel/pull/838/files
Sorry, something went wrong.
umangyadav
Successfully merging a pull request may close this issue.
HIP requires uniform WG sizes otherwise HIP runtime would through errors or it may result in undefined behaviors.
Using uniform WG sizes always however may result in performance degradation.
HIP is going to add
-fno-hip-uniform-block
flag to allow users to use non-uniform WG sizes.https://reviews.llvm.org/D155213
it is supposed to become available in either rocm-5.7 or rocm-6.0. When it does, make use of it.
Related issue :
#1976
SWDEV-406592
The text was updated successfully, but these errors were encountered: