编译kaldi 使用GPU
# Config src before compiling
cd <kaldi-path>/src
./configure --shared --use-cuda=yes
# Check depend and compile
make depend -j 4
make -j 4
# Config src before compiling
cd <kaldi-path>/src
./configure --shared --use-cuda=yes
# Check depend and compile
make depend -j 4
make -j 4