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

Ovep 1.16 release #321

Draft
wants to merge 9 commits into
base: rel-1.16.0
Choose a base branch
from
Draft

Ovep 1.16 release #321

wants to merge 9 commits into from

Conversation

preetha-intel
Copy link

Description

Draft PR for 1.16.0 SDLE

@preetha-intel preetha-intel marked this pull request as draft October 19, 2023 09:22
@@ -162,7 +162,18 @@ void BasicBackend::EnableGPUThrottling(ov::AnyMap& device_config) {
}

void BasicBackend::EnableStreams() {
global_context_.ie_core.SetStreams(global_context_.device_type, global_context_.num_streams);
// Streams can be set only if the device is not one of AUTO, MULTI, or HETERO
// Throw an exception if the user tries to set num_streams for these devices
Copy link
Author

@preetha-intel preetha-intel Oct 19, 2023

Choose a reason for hiding this comment

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

@sspintel Can we have this check during session options creation itself. openvino_provider_factory should be the right place as it validates all the command line options.

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

Successfully merging this pull request may close these issues.

4 participants