mirror of
https://github.com/vortexgpgpu/vortex.git
synced 2025-04-23 13:27:29 -04:00
Oops.
This commit is contained in:
parent
eccf785cc2
commit
f4adfc85ad
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ void Core::step() {
|
|||
D(3, "Now " << w[i].activeThreads << " active threads in " << i);
|
||||
}
|
||||
|
||||
#ifdef PRINT_ACTIVE_THREADSx
|
||||
#ifdef PRINT_ACTIVE_THREADS
|
||||
for (unsigned j = 0; j < w[i].tmask.size(); ++j) {
|
||||
if (w[i].activeThreads > j && w[i].tmask[j]) cout << " 1";
|
||||
else cout << " 0";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue