We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Here are the build instructions for AMD BLIS
Single-thread BLIS : This version is not thread-safe when used with multi-threaded application
$ ./configure --enable-shared --enable-cblas --prefix= zen
$ make
$ make install
Multi-thread version : This version is thread-safe and can be used with multi-threaded application
[Mode] values can be openmp,pthread,no. "no" will disable multi-threading.