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

[GNA] Update GNA lib + propagate QoS timeout to the calling app #1188

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

dorloff
Copy link
Contributor

@dorloff dorloff commented Jul 2, 2020

No description provided.

@dorloff dorloff requested review from esmirno and pavel-rodionov July 2, 2020 13:31
@dorloff dorloff self-assigned this Jul 2, 2020
@dorloff dorloff changed the title [GNA] Update GNA iib + propagate QoS timeout to the calling app [GNA] Update GNA lib + propagate QoS timeout to the calling app Jul 2, 2020
@dorloff dorloff force-pushed the gna_qos branch 3 times, most recently from 7efbb60 to a744c4d Compare July 3, 2020 16:07
@ilya-lavrenov ilya-lavrenov added the category: GNA OpenVINO GNA plugin label Jul 8, 2020
@ilya-lavrenov ilya-lavrenov added this to the 2021.1 milestone Jul 8, 2020
@dorloff dorloff marked this pull request as ready for review July 10, 2020 11:46
@dorloff dorloff requested review from a team July 10, 2020 11:46
@dorloff dorloff changed the base branch from releases/2020/4 to releases/2020/4.0.1 July 10, 2020 12:04
@dorloff dorloff merged commit a4db8b6 into openvinotoolkit:releases/2020/4.0.1 Jul 10, 2020
@alalek
Copy link

alalek commented Aug 5, 2020

@asuhov @azhogov
Why is 2020/4.0.1 release branch NOT based on 2020/4 release? Why is it based on mid of 2020.2 release?
Please don't confuse users.

4.0.1 means minor update in the world of software.

$ git diff remotes/origin/releases/2020/4..remotes/origin/releases/2020/4.0.1 | wc -l
49157

@asuhov
Copy link
Contributor

asuhov commented Aug 5, 2020

@alalek 4.0.1 branch is based on 2020/4. Some changes in documentation were committed to 2020/4 after 4.0.1 branch creation, we should merge them to 4.0.1.

@ilya-lavrenov ilya-lavrenov modified the milestones: 2021.1, 2020.4 Aug 6, 2020
@alalek
Copy link

alalek commented Aug 6, 2020

@asuhov Thank you for clarification.
Readme at https://github.com/openvinotoolkit/openvino/tree/releases/2020/4.0.1 shows 2020.3 version, so need to merge 2020.4 into 4.0.1.

2020.2 is got from this output:

$ git checkout a4db8b6c89053b7f7a5a6e8df32da9c34a4deb7e
$ git describe --tags
2020.2-335-ga4db8b6

evgenytalanin-intel pushed a commit that referenced this pull request Aug 14, 2020
* [GNA] Update GNA lib + propagate QoS timeout to the calling app (#1188)

* [GNA] Remove empty PWL (#1459)

* [GNA] Support timeout value set in Wait (#1499)

* [GNA] Bump GNA2 version to 1010 (#1510)

* [GNA] stored request id for completed sync infer request in order to get status later using wait() (#1458)

* stored request id for completed async infer request in order to get it's status later

* preserved status not started for multiple sequential calls to wait()

Co-authored-by: Denis Orlov <[email protected]>

* [GNA] Fix callbacks (#1607)

* [GNA] Bump GNA2 version to 1047 (#1614)

* merge documentation updates from 2020/4 branch (#1671)

* update system requirements (#1321)

* update release version in readme

* Doc Migration from Gitlab (#1289)

* Update FakeQuantize_1.md

* Update performance_benchmarks.md

* Updates graphs for FPGA

* Update performance_benchmarks.md

* Change DL Workbench structure (#1)

* Changed DL Workbench structure

* Update performance_benchmarks_faq.md

* Fixes in DL Workbench layout

* Fixes for CVS-31290

* [DL Workbench] Minor correction

* Fix for CVS-30955

* Added nGraph deprecation notice as requested by Zoe

* fix broken links in api doxy layouts

* Fixed POT TOC

* Update PAC_Configure.md

PAC DCP 1.2.1 install guide.

* Update inference_engine_intro.md

* Update opset.md

* Update VisionAcceleratorFPGA_Configure.md (#1378)

Updated from 2020.3 to 2020.4

Co-authored-by: domi2000 <[email protected]>

* Updated documentation for 2020.4 (#1434)

* Updated documentation for 2020.4

* Updated Core::ReadNetwork documentation (#1178)

Co-authored-by: Ilya Churaev <[email protected]>
Co-authored-by: Nikolay Tyukaev <[email protected]>
Co-authored-by: domi2000 <[email protected]>
Co-authored-by: Ilya Lavrenov <[email protected]>
Co-authored-by: Ilya Churaev <[email protected]>

* Documentation updates for 2020.4 (#1672) (#1729)

* Doc updates

* 2020.4 doc updates

* Removed </br> tag

* Minor fix

* Minor fixes

* Updated documentation for 2020.4 (#1434)

* Updated documentation for 2020.4

* Updated Core::ReadNetwork documentation (#1178)

* Fixed docs

Co-authored-by: Ilya Churaev <[email protected]>

Co-authored-by: Ilya Lavrenov <[email protected]>
Co-authored-by: Ilya Churaev <[email protected]>

Co-authored-by: Ilya Lavrenov <[email protected]>
Co-authored-by: Ilya Churaev <[email protected]>

Co-authored-by: Pavel Rodionov <[email protected]>
Co-authored-by: Eugene Smirnov <[email protected]>
Co-authored-by: Alexey Suhov <[email protected]>
Co-authored-by: Ilya Churaev <[email protected]>
Co-authored-by: Nikolay Tyukaev <[email protected]>
Co-authored-by: domi2000 <[email protected]>
Co-authored-by: Ilya Lavrenov <[email protected]>
Co-authored-by: Andrey Zaytsev <[email protected]>
dorloff added a commit to dorloff/openvino that referenced this pull request Aug 17, 2020
dorloff added a commit that referenced this pull request Aug 18, 2020
* [GNA] Propagate QoS timeout to the calling app (#1188)

* [GNA] Support timeout value set in Wait (#1499)

* [GNA] stored request id for completed sync infer request in order to get status later using wait() (#1458)

* stored request id for completed async infer request in order to get it's status later

* preserved status not started for multiple sequential calls to wait()

Co-authored-by: Denis Orlov <[email protected]>

* [GNA] Fix callbacks (#1607)

Co-authored-by: Eugene Smirnov <[email protected]>
mryzhov pushed a commit to mryzhov/openvino that referenced this pull request Aug 26, 2020
* [GNA] Propagate QoS timeout to the calling app (openvinotoolkit#1188)

* [GNA] Support timeout value set in Wait (openvinotoolkit#1499)

* [GNA] stored request id for completed sync infer request in order to get status later using wait() (openvinotoolkit#1458)

* stored request id for completed async infer request in order to get it's status later

* preserved status not started for multiple sequential calls to wait()

Co-authored-by: Denis Orlov <[email protected]>

* [GNA] Fix callbacks (openvinotoolkit#1607)

Co-authored-by: Eugene Smirnov <[email protected]>
RomanZm pushed a commit to RomanZm/openvino that referenced this pull request Aug 28, 2020
* [GNA] Propagate QoS timeout to the calling app (openvinotoolkit#1188)

* [GNA] Support timeout value set in Wait (openvinotoolkit#1499)

* [GNA] stored request id for completed sync infer request in order to get status later using wait() (openvinotoolkit#1458)

* stored request id for completed async infer request in order to get it's status later

* preserved status not started for multiple sequential calls to wait()

Co-authored-by: Denis Orlov <[email protected]>

* [GNA] Fix callbacks (openvinotoolkit#1607)

Co-authored-by: Eugene Smirnov <[email protected]>
tadamowicz pushed a commit to tadamowicz/openvino that referenced this pull request Aug 30, 2023
* [GNA] Propagate QoS timeout to the calling app (openvinotoolkit#1188)

* [GNA] Support timeout value set in Wait (openvinotoolkit#1499)

* [GNA] stored request id for completed sync infer request in order to get status later using wait() (openvinotoolkit#1458)

* stored request id for completed async infer request in order to get it's status later

* preserved status not started for multiple sequential calls to wait()

Co-authored-by: Denis Orlov <[email protected]>

* [GNA] Fix callbacks (openvinotoolkit#1607)

Co-authored-by: Eugene Smirnov <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GNA OpenVINO GNA plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants