Browse Source

fix bug failing to mark task as finished.

tags/v0.3.26
Mark Seminatore 2 years ago
parent
commit
4ebf814b42
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      driver/others/blas_server_win32.c

+ 3
- 0
driver/others/blas_server_win32.c View File

@@ -344,6 +344,9 @@ static DWORD WINAPI blas_thread_server(void *arg){
#ifdef SMP_DEBUG
fprintf(STDERR, "Server[%2ld] Finished!\n", cpu);
#endif
queue->finished = 1;

}

/* Shutdown procedure */


Loading…
Cancel
Save