Add the missing status return in beam search (#10738)

This commit is contained in:
Fei Hu 2022-03-03 01:24:44 -08:00 committed by GitHub
parent a9dc50ba8b
commit 75160d6779
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -464,6 +464,7 @@ Status UpdateFeeds(
// Make sure data is ready before next subgraph execution.
CUDA_RETURN_IF_ERROR(cudaStreamSynchronize(reinterpret_cast<cudaStream_t>(stream)));
return Status::OK();
}
// Explicit template instantiations of functions