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
Investigating another issue, I tried to move the hip includes to another location, and when compiling them there I get some minor warnings/errors.
In amd_device_functions.h I get "shift count >= width of type" for functions __mul64hi and __umul64hi. These all refer to ">> 32" done on ulong variables.
The text was updated successfully, but these errors were encountered:
Hi @ET3D-ET3D, it looks like this has been fixed in ROCm 6.2.x: ROCm/clr@74cae70. I'm not sure when the next version of the HIP SDK or ROCm for WSL2 will be out to provide this fix.
I'm using HIP 6.1.2 in Windows, VS2019.
Investigating another issue, I tried to move the hip includes to another location, and when compiling them there I get some minor warnings/errors.
In amd_device_functions.h I get "shift count >= width of type" for functions __mul64hi and __umul64hi. These all refer to ">> 32" done on ulong variables.
The text was updated successfully, but these errors were encountered: