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

Propogate DEVICE_ID for functions working with RemoteContext #3109

Merged
merged 4 commits into from
Nov 13, 2020

Conversation

ilya-lavrenov
Copy link
Contributor

No description provided.

@ilya-lavrenov ilya-lavrenov added the category: inference OpenVINO Runtime library - Inference label Nov 12, 2020
@ilya-lavrenov ilya-lavrenov added this to the 2021.2 milestone Nov 12, 2020
@ilya-lavrenov ilya-lavrenov requested a review from a team November 13, 2020 10:31
@ilya-lavrenov ilya-lavrenov requested review from a team as code owners November 13, 2020 10:31
@ilya-lavrenov ilya-lavrenov requested a review from a team November 13, 2020 10:31
@ababushk ababushk merged commit fec3bc0 into openvinotoolkit:master Nov 13, 2020
@ilya-lavrenov ilya-lavrenov deleted the CVS-43086 branch November 13, 2020 16:44
#endif

#ifdef CL_HPP_TARGET_OPENCL_VERSION
# if CL_HPP_TARGET_OPENCL_VERSION <= 120
Copy link
Contributor

Choose a reason for hiding this comment

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

BUG: should be:

# if CL_HPP_TARGET_OPENCL_VERSION < 120

rfsaliev added a commit to rfsaliev/openvino that referenced this pull request Nov 13, 2020
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Dec 16, 2020
…otoolkit#3109)

* Propogate DEVICE_ID for functions working with RemoteContext

* More fixes for RemoteContext

* Fixed tests compilation with VariableState
tadamowicz pushed a commit to tadamowicz/openvino that referenced this pull request Aug 30, 2023
…otoolkit#3109)

* Propogate DEVICE_ID for functions working with RemoteContext

* More fixes for RemoteContext

* Fixed tests compilation with VariableState
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: inference OpenVINO Runtime library - Inference
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants