We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
install intel mkl as explained here
$ cd tools $ make
$ cd src $ ./configure --shared --use-cuda --mathlib=MKL --threaded-math=yes --mkl-root=/opt/intel/mkl --mkl-threading=tbb --omp-libdir=/opt/intel/tbb/lib/intel64/gcc4.7 $ make -j 40