Skip to content

Commit 0162743

Browse files
authored
[build] remove sgmm2* from the bin target (#4666)
1 parent 1eea03e commit 0162743

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,9 +161,9 @@ BMU = base matrix util
161161
# this is necessary for correct parallel compilation
162162
#1) The tools depend on all the libraries (which is a nonsense)
163163
bin chainbin featbin fgmmbin fstbin gmmbin ivectorbin \
164-
kwsbin latbin lmbin nnet2bin nnet3bin nnetbin online2bin rnnlmbin sgmm2bin: \
164+
kwsbin latbin lmbin nnet2bin nnet3bin nnetbin online2bin rnnlmbin : \
165165
$(BMU) chain cudamatrix decoder feat fstext gmm hmm ivector \
166-
kws lat lm nnet nnet2 nnet3 online2 rnnlm sgmm2 transform tree
166+
kws lat lm nnet nnet2 nnet3 online2 rnnlm transform tree
167167

168168
#2) The libraries have inter-dependencies
169169
base: base/.depend.mk

0 commit comments

Comments
 (0)