mirror of
https://github.com/TREX-CoE/qmckl.git
synced 2024-11-03 20:54:09 +01:00
Trick to make MKL efficient on AMD
This commit is contained in:
parent
cf14f1c32b
commit
15e3c7a4c8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user