Skip to content

Commit 4ebf814

Browse files
committed
fix bug failing to mark task as finished.
1 parent 5f51811 commit 4ebf814

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

driver/others/blas_server_win32.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ static DWORD WINAPI blas_thread_server(void *arg){
344344
#ifdef SMP_DEBUG
345345
fprintf(STDERR, "Server[%2ld] Finished!\n", cpu);
346346
#endif
347+
348+
queue->finished = 1;
349+
347350
}
348351

349352
/* Shutdown procedure */

0 commit comments

Comments
 (0)