You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Note: this code is using OpenMP-based threading but the leak still happens when disabling the OpenMP threading layer by setting OPENMP_NUM_THREADS=1 so this problem is probably not related to OpenMP.
Note sure how to debug this. Maybe I could try to use valgrind.
Code to reproduce:
Using nogil-Cython build of scikit-learn: CPython
Using scikit-learn installed from conda-forge
Note: this code is using OpenMP-based threading but the leak still happens when disabling the OpenMP threading layer by setting
OPENMP_NUM_THREADS=1so this problem is probably not related to OpenMP.Note sure how to debug this. Maybe I could try to use valgrind.