vortexgpgpu / vortex

https://vortex.cc.gatech.edu/
Apache License 2.0
1.24k stars 267 forks source link

SIMT stack deadlock issue not fixed in the vortex? #62

Closed mabo08 closed 4 months ago

mabo08 commented 2 years ago

SIMT deadlock example:

A: *mutex = 0· B: while(!atomicCAS(mutex, 0· ,1)); C: // critical section atomicExch(mutex, 0· ) ;

lpc97667 commented 4 months ago

Closing due to staleness; please open a new issue with more information if it persists.