kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.24k stars 5.32k forks source link

Duplicate definition of ndeleted #4638

Closed jtrmal closed 3 years ago

jtrmal commented 3 years ago

https://github.com/kaldi-asr/kaldi/blob/7f83853e277bcc88858e8c4a4d3682e5f0af5420/src/cudadecoder/batched-threaded-nnet3-cuda-online-pipeline.cc#L511

https://github.com/kaldi-asr/kaldi/blob/7f83853e277bcc88858e8c4a4d3682e5f0af5420/src/cudadecoder/batched-threaded-nnet3-cuda-online-pipeline.cc#L525

@kkm000 @hugovbraun @galv

jtrmal commented 3 years ago

Looking at the code, it seems the correct resolution is to delete the line 525 and the assert on line 526?

jtrmal commented 3 years ago

created PR. For the record, this is on GCC 9.3