Skip to content

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

2 participants