18:16 fdobridge: <g​fxstrand> Ugh... Looks like shared atomics aren't executing per-channel
18:16 fdobridge: <g​fxstrand> That or I'm only getting on invocation for some reason
18:18 fdobridge: <g​fxstrand> That or I'm only getting one invocation for some reason (edited)
19:12 fdobridge: <g​fxstrand> *sigh*... Needed a WARPSYNC
19:12 fdobridge: <g​fxstrand> shared memory should be working now
19:14 fdobridge: <p​ixelcluster> warpsync? aren't invocations in one warp executing in lockstep so should be implicitly synced? or is it more like "sync all warps in this workgroup"?
19:16 fdobridge: <g​fxstrand> I need to warpsync before syncing all warps
19:16 fdobridge: <g​fxstrand> That way all the invocations participate in the sync
19:17 fdobridge: <p​ixelcluster> huh alright