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 has been archived by the owner on Aug 19, 2024. It is now read-only.
Hi @anton-malakhov@rscohn2@samaid@sfblackl-intel ,
I did not observe any performance gain in execution time on scikit-learn's kmeans algorithm with tbb monkey patching and intelnumpy(which uses MKL) over normal kmeans algorithm.
system: aws c6i.4xlarge icelake with 8 cores(2 threads per core)
I have installed intelnumpy, tbb, smp, numba. I have following doubts:
do TBB monkey patching mimics 100% of oneTBB which is used in onedal(scikit-learn-intelex)?
Based on results can we conclude that oneMKL and oneTBB does not contribute at all for performance gain for kmeans which are major building blocks in scikit-learn-intelex?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi @anton-malakhov @rscohn2 @samaid @sfblackl-intel ,
I did not observe any performance gain in execution time on scikit-learn's kmeans algorithm with tbb monkey patching and intelnumpy(which uses MKL) over normal kmeans algorithm.
system: aws c6i.4xlarge icelake with 8 cores(2 threads per core)
I have installed intelnumpy, tbb, smp, numba. I have following doubts:
The text was updated successfully, but these errors were encountered: