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
The current CPP dialects (hip and cuda) force -1 mask and don't expose the mask parameter for __shfl functions.
We could expose the mask parameter. Note that for HIP this is only supported in ROCm 6.2 and above and 6.2 needs an explicit preprocessor to be set, see ROCm docs.
The text was updated successfully, but these errors were encountered:
The current CPP dialects (hip and cuda) force
-1
mask and don't expose the mask parameter for__shfl
functions.We could expose the mask parameter. Note that for HIP this is only supported in ROCm 6.2 and above and 6.2 needs an explicit preprocessor to be set, see ROCm docs.
The text was updated successfully, but these errors were encountered: