Support fp16 networks#752
Merged
ilya-lavrenov merged 9 commits intoopenvinotoolkit:masterfrom Jun 16, 2020
alexeytarakanov:atarakan/support_fp16_networks_for_kmb_plugin
Merged
Support fp16 networks#752ilya-lavrenov merged 9 commits intoopenvinotoolkit:masterfrom alexeytarakanov:atarakan/support_fp16_networks_for_kmb_plugin
ilya-lavrenov merged 9 commits intoopenvinotoolkit:masterfrom
alexeytarakanov:atarakan/support_fp16_networks_for_kmb_plugin
Conversation
ilyachur
suggested changes
Jun 3, 2020
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
Outdated
Show resolved
Hide resolved
inference-engine/src/legacy_api/include/convert_function_to_cnn_network.hpp
Outdated
Show resolved
Hide resolved
vinograd47
reviewed
Jun 5, 2020
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
Outdated
Show resolved
Hide resolved
vinograd47
reviewed
Jun 5, 2020
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
Outdated
Show resolved
Hide resolved
vinograd47
approved these changes
Jun 8, 2020
Contributor
|
@ilya-lavrenov Please take a look one more time. |
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
Outdated
Show resolved
Hide resolved
GlebKazantaev
suggested changes
Jun 10, 2020
inference-engine/src/legacy_api/src/convert_function_to_cnn_network.cpp
Outdated
Show resolved
Hide resolved
ilya-lavrenov
approved these changes
Jun 10, 2020
GlebKazantaev
approved these changes
Jun 10, 2020
Contributor
|
@alexeytarakanov build fails on GPU tests. Do you have the branch updated to latest master? @vladimir-paramuzov is it known issue? |
Contributor
Author
|
I have just maken rebase on last master and push updated branch to github.
From: Ilya Lavrenov <[email protected]>
Sent: Wednesday, June 10, 2020 3:34 PM
To: openvinotoolkit/openvino <[email protected]>
Cc: Tarakanov, Alexey <[email protected]>; Mention <[email protected]>
Subject: Re: [openvinotoolkit/openvino] Support fp16 networks (#752)
@alexeytarakanov<https://github.com/alexeytarakanov> build fails on GPU tests. Do you have the branch updated to latest master?
@vladimir-paramuzov<https://github.com/vladimir-paramuzov> is it known issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#752 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AMOSX45TKD2QW77PCG62SIDRV54URANCNFSM4NRZGFPQ>.
…--------------------------------------------------------------------
Joint Stock Company Intel A/O
Registered legal address: Krylatsky Hills Business Park,
17 Krylatskaya Str., Bldg 4, Moscow 121614,
Russian Federation
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
|
This error is supposed to be fixed by this PR: #860 |
ilyachur
approved these changes
Jun 15, 2020
Contributor
|
LGTM, can you rerun CI? BTW, do we plan to include it into 2020.4 release? If yes, target branch should be changed. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some changes to support fp16 networks.