We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 210e4a8 commit e1c8ff0Copy full SHA for e1c8ff0
sim/simx/execute.cpp
@@ -88,7 +88,7 @@ void Emulator::execute(const Instr &instr, uint32_t wid, instr_trace_t *trace) {
88
break;
89
}
90
91
- uint32_t thread_last = num_threads - 1;
+ int32_t thread_last = num_threads - 1;
92
for (; thread_last >= 0; --thread_last) {
93
if (warp.tmask.test(thread_last))
94
0 commit comments