10000 iter [azure parallel] · jeremiedbb/scikit-learn@caed01d · GitHub
[go: up one dir, main page]

Skip to content

Commit caed01d

Browse files
committed
iter [azure parallel]
1 parent 0f422b3 commit caed01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/utils/_openmp_helpers.pxd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cdef extern from *:
1010
#include <omp.h>
1111
#else
1212
#define USE_OPENMP 0
13-
typedef void omp_lock_t;
13+
typedef int omp_lock_t;
1414
1515
void omp_init_lock(omp_lock_t *lock) {}
1616
void omp_destroy_lock(omp_lock_t *lock) {}

0 commit comments

Comments
 (0)
0