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

allows to use fair dispatch in Intel MKL #448

Merged
merged 2 commits into from
Apr 2, 2024

Conversation

evaleev
Copy link
Member

@evaleev evaleev commented Apr 2, 2024

If configured with IntelMKL_FAIR_DISPATCH=ON will try to override Intel-centric processor detection in Intel MKL. Until MKL 2020.1 it was possible to use the undocumented environment variable MKL_DEBUG_CPU_TYPE (e.g. set it to 5 to force the use of AVX2 instruction set), but this variable no longer works. This adds the code from https://www.agner.org/optimize/intel_dispatch_patch.zip to try forcing the use of fair dispatch. Seems to work successfully on the Tinkercliffs cluster with AMD Rome processors.

P.S. see also http://public.clu2.fastmail.us.user.fm/icc_cpu_dispatch.html

@evaleev evaleev merged commit 138af30 into master Apr 2, 2024
8 of 9 checks passed
@evaleev evaleev deleted the evaleev/feature/mkl-fair-dispatch branch June 4, 2024 13:55
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

Successfully merging this pull request may close these issues.

1 participant