You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't care whether it is 4 or 64 or whatever power of 2, we should be creating wave-aware code (warpSize independent code) anyway, but this behaviour seems really wrong.
I am using the current master branch of the HIP-CPU library.
The text was updated successfully, but these errors were encountered:
The values of warpSize read from the hipDeviceProps_t variable and the kernel builtin variable warpSize are different, which is very unexpected.
Consider the following HIP program:
compiled using the command
When I run the program, this is the output:
I don't care whether it is 4 or 64 or whatever power of 2, we should be creating wave-aware code (warpSize independent code) anyway, but this behaviour seems really wrong.
I am using the current master branch of the HIP-CPU library.
The text was updated successfully, but these errors were encountered: