Skip to content
New issue

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

Anomaly times in SVM examples #874

Open
rlnx opened this issue Aug 29, 2020 · 0 comments
Open

Anomaly times in SVM examples #874

rlnx opened this issue Aug 29, 2020 · 0 comments

Comments

@rlnx
Copy link
Contributor

rlnx commented Aug 29, 2020

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.:

./_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.

Environment

  • CPU: 2 x Intel(R) Xeon(R) Gold 5120 CPU @ 2.20GHz (28 cores, AVX512)
  • OS: Red Hat Enterprise Linux Server release 7.4 (Maipo)
  • Compiler: icc (ICC) 19.0.5 20190828
  • Version: master at c19d88e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants