Skip to content

Compile Kaldi with Intel MKL

Jinserk Baik edited this page Oct 23, 2018 · 7 revisions

prerequisites

install intel mkl as explained here

install tools

$ cd tools
$ make

compile src

$ 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