mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-30 20:18:08 +00:00
Add the missing status return in beam search (#10738)
This commit is contained in:
parent
a9dc50ba8b
commit
75160d6779
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue