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 have code which makes use of warpSize and __shfl_down. The latter may be impossible to implement with alpaka, but warpSize could be mapped to something of value, e.g. elemDim.
The text was updated successfully, but these errors were encountered:
Which operation do you perform with warpsize?
Warp is no layer of alpaka therefore you can use it with #ifdef on nvidia hardware and on all other hardware write your algorithm so that your warpsize is one.
I have code which makes use of
warpSize
and__shfl_down
. The latter may be impossible to implement with alpaka, butwarpSize
could be mapped to something of value, e.g.elemDim
.The text was updated successfully, but these errors were encountered: