Skip to content

[IE CLDNN] Fix gather dimensions calculation#960

Merged
vladimir-paramuzov merged 1 commit intoopenvinotoolkit:releases/2020/4from
kdobros:gather_fix_release
Jun 17, 2020
Merged

[IE CLDNN] Fix gather dimensions calculation#960
vladimir-paramuzov merged 1 commit intoopenvinotoolkit:releases/2020/4from
kdobros:gather_fix_release

Conversation

@kdobros
Copy link
Copy Markdown
Contributor

@kdobros kdobros commented Jun 16, 2020

This change fixes issue for case where indices input may have extra trailing one dimensions. Previously those dimensions were ignored resulting in wrong dimensions being selected for dictionary input after gather axis.
Fix is to calculate number of shift in dictionary dimensions by subtracting directory dimensions from output dimensions.

JIRA: CVS-32951
master PR: #959

@kdobros kdobros added the category: GPU OpenVINO GPU plugin label Jun 16, 2020
@kdobros kdobros added this to the 2020.4 milestone Jun 16, 2020
@kdobros kdobros requested review from a team as code owners June 16, 2020 17:03
Copy link
Copy Markdown
Contributor

@echuraev echuraev left a comment

Choose a reason for hiding this comment

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

This fix also fixed ticket 33471. Thank you.

@kdobros kdobros force-pushed the gather_fix_release branch from 0c8c327 to 13ec17a Compare June 17, 2020 10:42
@vladimir-paramuzov vladimir-paramuzov merged commit cf60baf into openvinotoolkit:releases/2020/4 Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: GPU OpenVINO GPU plugin

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants