You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've pulled your docker image and ran it by the following command:
docker run --entrypoint='' -it -v /root/git/kaldi-android:/opt/kaldi jcsilva/docker-kaldi-android:latest /bin/bash
This helped me make cub in Kaldi's tools folder, since Kaldi had a weird issue with --use-cuda=no
option passed to configure file (it still tried to include cude):
cd /opt/kaldi/src/tools && make cub
After that, I've run compile-kaldi.sh . It was working for a while until this issue pops up:
First off, open the container, and --use-cuda=no to the following line in "compile-kaldi.sh": CXX=clang++ ./configure **--use-cuda=no** --static --android-incdir=${ANDROID_TOOLCHAIN_PATH}/sysroot/usr/include/ --host=arm-linux-androideabi --openblas-root=${WORKING_DIR}/OpenBLAS/install
Open /opt/kaldi/src/matrix/Makefile and comment these test files: TESTFILES = #matrix-lib-test sparse-matrix-test #matrix-lib-speed-test
Hi @jcsilva
I've pulled your docker image and ran it by the following command:
This helped me make cub in Kaldi's tools folder, since Kaldi had a weird issue with --use-cuda=no
option passed to configure file (it still tried to include cude):
After that, I've run compile-kaldi.sh . It was working for a while until this issue pops up:
I'm looking forward to a hint, @jcsilva :) Might it be a bug with arm-linux-androideabi-clang++?
Thank you!
The text was updated successfully, but these errors were encountered: