Skip to content

Commit

Permalink
[src] CUDA decoder: fix invalid-lattice error that happens in corner …
Browse files Browse the repository at this point in the history
…cases (#3756)
  • Loading branch information
hugovbraun authored and danpovey committed Dec 5, 2019
1 parent d77457d commit 018d180
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cudadecoder/cuda-decoder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ void CudaDecoder::ComputeInitialChannel() {

CopyLaneCountersToHostSync();
PostProcessingMainQueue();
ConcatenateData();
CopyLaneCountersToHostSync();

const int32 main_q_end =
Expand Down

0 comments on commit 018d180

Please sign in to comment.