Skip to content

Commit 8fae925

Browse files
nanmadanpovey
authored andcommitted
[build] Fix syntax error in configure script introduced in kaldi-asr#2486 (kaldi-asr#2488)
1 parent 0f954c2 commit 8fae925

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/configure

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,7 @@ function configure_cuda {
418418
9_2 | 9_*)
419419
MIN_UNSUPPORTED_GCC_VER="8.0"
420420
MIN_UNSUPPORTED_GCC_VER_NUM=80000;
421+
;;
421422
*)
422423
echo "Unsupported CUDA_VERSION (CUDA_VERSION=$CUDA_VERSION), please report it to Kaldi mailing list, together with 'nvcc -h' or 'ptxas -h' which lists allowed -gencode values..."; exit 1;
423424
;;

0 commit comments

Comments
 (0)