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
CUDA's cooperative group API has a HIP analogue for AMD GPUs. There are several functions missing in HIP's variant of cooperative groups. This repo includes analogues for those missing functions. Functions in this repo have been implemented in software without any low level tuning so the performance is not promised.