mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 21:39:10 -04:00
fixed spawn_task_groups bug
This commit is contained in:
parent
c7c1dddeac
commit
d99aaf3933
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ static void __attribute__ ((noinline)) process_all_task_groups_stub() {
|
|||
process_all_task_groups();
|
||||
|
||||
// disable all warps except warp0
|
||||
vx_tmc(0 == warp_id);
|
||||
vx_tmc(0 == vx_warp_id());
|
||||
}
|
||||
|
||||
void vx_syncthreads(int barrier_id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue