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
Currently if using atomics in kernels they need to be passed via some other type e.g. Array<_>.
It's often useful to put in an atomic temporarily for debugging purposes like counting branches in kernels.
That use case would have a better user experience if it's very convenient to add an atomic var as an arg without much hassle.
Therefore it would be nice to easily put in an atomic var directly.
Currently if using atomics in kernels they need to be passed via some other type e.g. Array<_>.
It's often useful to put in an atomic temporarily for debugging purposes like counting branches in kernels.
That use case would have a better user experience if it's very convenient to add an atomic var as an arg without much hassle.
Therefore it would be nice to easily put in an atomic var directly.
Some context from discord chat starting here : https://discordapp.com/channels/1038839012602941528/1263876972837339196/1311989480491716699
The text was updated successfully, but these errors were encountered: