Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NVIDIA] Move cuda graphs instantiation to model compilation #807

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ytorzuk-altran
Copy link
Contributor

Details:

  • Cuda graphs instantiation was moved to model compilation
    Ticket:
  • CVS-119834

@ytorzuk-altran ytorzuk-altran requested a review from a team as a code owner December 27, 2023 17:04
@github-actions github-actions bot added the category: NVIDIA plugin OpenVINO NVIDIA plugin label Dec 27, 2023
@p-durandin
Copy link
Contributor

build_jenkins

@@ -278,6 +284,65 @@ std::shared_ptr<ov::IAsyncInferRequest> CompiledModel::create_benchmark_infer_re
get_callback_executor());
}

#include <condition_variable>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, move #include-s at top of file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: NVIDIA plugin OpenVINO NVIDIA plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants