Skip to content

Commit 5cc9731

Browse files
frpunzalandanpovey
authored andcommitted
[src] added configure support for cuda on arm64 (kaldi-asr#2577) (kaldi-asr#2578)
1 parent ec71be4 commit 5cc9731

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/configure

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -454,6 +454,8 @@ function configure_cuda {
454454
else
455455
cat makefiles/cuda_64bit.mk >> kaldi.mk
456456
fi
457+
elif [ "`uname -m`" == "aarch64" ]; then
458+
cat makefiles/cuda_64bit.mk >> kaldi.mk
457459
elif [ "`uname -m`" == "ppc64le" ]; then
458460
cat makefiles/cuda_64bit.mk >> kaldi.mk
459461
else

0 commit comments

Comments
 (0)