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
Commit 43e6301
The above commit remove the second __syncthreads() in ssm_scan_f32 on line 81. It seems that this sync is a must or some threads may read data from smemB/smemC of next loop.
Commit 43e6301
The above commit remove the second __syncthreads() in ssm_scan_f32 on line 81. It seems that this sync is a must or some threads may read data from smemB/smemC of next loop.