Refs #174. Return sb pointer when OpenMP or Windows.
This commit is contained in:
parent
4c2123c334
commit
3cc6ae793e
|
@ -224,6 +224,7 @@ static void exec_threads(blas_queue_t *queue){
|
||||||
+ GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
|
+ GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
queue->sb=sb;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -253,6 +253,7 @@ static DWORD WINAPI blas_thread_server(void *arg){
|
||||||
+ GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
|
+ GEMM_ALIGN) & ~GEMM_ALIGN)) + GEMM_OFFSET_B);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
queue->sb=sb;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef MONITOR
|
#ifdef MONITOR
|
||||||
|
|
Loading…
Reference in New Issue