File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
# ./configure --atlas-root=../tools/ATLAS/build
18
18
# ./configure --use-cuda=no # disable CUDA detection (will build cpu-only
19
19
# # version of kaldi even on CUDA-enabled machine.
20
- # ./configure --use-cuda --cudatk-dir=/usr/local/cuda/ --cuda-arch=-arch=sm_70
20
+ # ./configure --use-cuda=yes --cudatk-dir=/usr/local/cuda/ --cuda-arch=-arch=sm_70
21
21
# # Use cuda in /usr/local/cuda and set the arch to sm_70
22
22
# ./configure --static --fst-root=/opt/cross/armv8hf \
23
23
# --atlas-root=/opt/cross/armv8hf --host=armv8-rpi3-linux-gnueabihf
@@ -69,7 +69,7 @@ Configuration options:
69
69
--version Display the version of 'configure' and exit
70
70
--static Build and link against static libraries [default=no]
71
71
--shared Build and link against shared libraries [default=no]
72
- --use-cuda Build with CUDA [default=yes ]
72
+ --use-cuda Build with CUDA [default=no ]
73
73
--with-cudadecoder Build with CUDA decoder [default=yes]
74
74
--cudatk-dir=DIR CUDA toolkit directory
75
75
--cuda-arch=FLAGS Override the default CUDA_ARCH flags. See:
You can’t perform that action at this time.
0 commit comments