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

NEC compiler performance #314

Open
raver119 opened this issue Mar 12, 2020 · 1 comment
Open

NEC compiler performance #314

raver119 opened this issue Mar 12, 2020 · 1 comment

Comments

@raver119
Copy link

NCC compiler performance is subpar if compared to regular gcc/clang/msvc compilers.

I.e.:
NCC compiler

time ./buildnativeoperations.sh -o aurora -t -j 24 1>out.ok 2>out.err

real    86m6.058s
user    1351m31.968s
sys     11m27.982s

GCC 7.4 compiler:

time ./buildnativeoperations.sh -a avx2 -t -j 24 1>out.ok 2>out.err

real	2m40.058s
user	52m52.287s
sys	1m53.943s
@raver119
Copy link
Author

cc @mikishin ^^^

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

1 participant