We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I see about 2X degradation in the oneAPI C++ SVM example linked against dynamic library compared to the static one:
Example linked against static threaded libraries takes ~8 sec.:
./_results/intel_intel64_parallel_a/svm_two_class_smo_dense_batch.exe 8.26s user 0.03s system 100% cpu 8.266 total
Example linked against dynamic threaded libraries takes ~14 sec.:
./_results/intel_intel64_parallel_so/svm_two_class_smo_dense_batch.exe 14.61s user 0.02s system 100% cpu 14.626 total
This is the stable reproducible result.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
I see about 2X degradation in the oneAPI C++ SVM example linked against dynamic library compared to the static one:
Example linked against static threaded libraries takes ~8 sec.:
Example linked against dynamic threaded libraries takes ~14 sec.:
This is the stable reproducible result.
Environment
The text was updated successfully, but these errors were encountered: