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

Skip to content

Commit fef52d4

Browse files
committed
iter [azure parallel]
1 parent d5769c5 commit fef52d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sklearn/utils/_openmp_helpers.pxd

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ cdef extern from *:
2323
ctypedef struct omp_lock_t:
2424
pass
2525

26-
void omp_init_lock(struct omp_lock_t*) nogil
27-
void omp_destroy_lock(struct omp_lock_t*) nogil
28-
void omp_set_lock(struct omp_lock_t*) nogil
29-
void omp_unset_lock(struct omp_lock_t*) nogil
26+
void omp_init_lock(struct omp_lock_t) nogil
27+
void omp_destroy_lock(struct omp_lock_t) nogil
28+
void omp_set_lock(struct omp_lock_t) nogil
29+
void omp_unset_lock(struct omp_lock_t) nogil
3030

3131
cdef int _openmp_thread_num() noexcept nogil

0 commit comments

Comments
 (0)
0