We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8c451e2 + c402791 commit b869830Copy full SHA for b869830
src/cudadecoder/cuda-decoder-kernels.cu
@@ -26,6 +26,10 @@
26
#include "cuda-decoder-kernels.h"
27
#include "cuda-decoder-kernels-utils.h"
28
29
+#ifndef FLT_MAX
30
+#define FLT_MAX 340282346638528859811704183484516925440.0f
31
+#endif
32
+
33
namespace kaldi {
34
namespace cuda_decoder {
35
tools/extras/install_openblas.sh
@@ -32,7 +32,7 @@ fi
tar xzf $tarball
mv OpenMathLib-OpenBLAS-* OpenBLAS
-make PREFIX=$(pwd)/OpenBLAS/install USE_LOCKING=1 USE_THREAD=0 -C OpenBLAS all install
+make TARGET=$TARGET PREFIX=$(pwd)/OpenBLAS/install USE_LOCKING=1 USE_THREAD=0 -C OpenBLAS all install
36
if [ $? -eq 0 ]; then
37
echo "OpenBLAS is installed successfully."
38
rm $tarball
0 commit comments