mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
Barrier bug comment
This commit is contained in:
parent
db0860a7fb
commit
32d1bfb140
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ void vx_wait_for_warps(unsigned num_wait)
|
|||
unsigned num = 0;
|
||||
while (num != num_wait)
|
||||
{
|
||||
// change num=1 if running on RTL
|
||||
num = 0;
|
||||
for (int i = 0; i < 32; i++)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue