When you have an AMD CPU, can you speed up code that uses the Intel-MKL?
问题 I have an AMD cpu and I'm trying to run some code that uses Intel-MKL. The code is significantly slower than I expected. When you have an AMD CPU, can you speed up code that uses the Intel-MKL? How? 回答1: Yes you can speed up your code. Set the environment variable MKL_DEBUG_CPU_TYPE=5 then run your code. FYI this slow down affects anything that uses Intel-MKL library and runs on AMD CPU (i.e. affects all operating systems and affects all programming languages and all programs (older versions