StanfordLegion / legion

The Legion Parallel Programming System
https://legion.stanford.edu
Apache License 2.0
691 stars 144 forks source link

Realm: deadlock detection #1037

Open streichler opened 3 years ago

streichler commented 3 years ago

It's time for Realm to learn to detect obvious deadlocks (i.e. no operations running anywhere in the machine) and turn them into assert fails rather than hangs.

apryakhin commented 10 months ago

@eddy16112