1
0
mirror of https://github.com/TREX-CoE/qmckl.git synced 2024-07-22 18:57:40 +02:00

Trick to make MKL efficient on AMD

This commit is contained in:
Anthony Scemama 2023-06-14 09:11:58 +02:00
parent cf14f1c32b
commit 15e3c7a4c8

View File

@ -2827,9 +2827,20 @@ printf("qmckl_transpose ok\n");
#+end_src
* Utilities
Trick to make MKL efficient on AMD
#+begin_src c :tabgle (eval c)
int mkl_serv_intel_cpu_true() {
return 1;
}
#+end_src
* End of files :noexport:
#+begin_src c :tangle (eval h_private_type)
#endif
#+end_src