Skip to content

Commit

Permalink
[GPU] Added missing external queue handling in new Create request met…
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimir-paramuzov authored Oct 21, 2021
1 parent 7f1e861 commit a9119a3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ IInferRequestInternal::Ptr CLDNNExecNetwork::CreateInferRequestImpl(InputsDataMa
}
if (m_config.useProfiling)
ptr->EnableProfiling();
if (m_graphs.front()->use_external_queue()) {
ptr->enable_external_queue();
}
ptr->SetGraph(m_graphs.front());

return ptr;
Expand Down

0 comments on commit a9119a3

Please sign in to comment.