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
This definitely seems like a race.
Could it cause problems because of caching?
For example, the node_data is set by one thread in L1, but other threads outside the threadblock do not see this update.
While going through the MIS application, I noticed a few data races which I note below.
Lines 89 and 101
Line 101 uses a simple assignment, which can race with the node_data being read in line 89.
Lines 133 and 147
Same as the above case.
The text was updated successfully, but these errors were encountered: