Skip to content

[IE CLDNN] Add support for I64 data type in clDNN plugin#555

Merged
vladimir-paramuzov merged 16 commits intoopenvinotoolkit:masterfrom
jhajducz:feature/jhajducz/int64
Jun 10, 2020
Merged

[IE CLDNN] Add support for I64 data type in clDNN plugin#555
vladimir-paramuzov merged 16 commits intoopenvinotoolkit:masterfrom
jhajducz:feature/jhajducz/int64

Conversation

@jhajducz
Copy link
Copy Markdown
Contributor

At this moment we do i64,u64 -> i32 conversion for the whole network in the plugin and it might not work well if model has i64 input or output (data types in original network and type expected by the plugin might mismatch). This change it meant to add i64/u64 support for dynamic inputs and outputs.

JIRA: CVS-25247

@jhajducz jhajducz requested a review from a team as a code owner May 25, 2020 14:16
@jhajducz jhajducz requested a review from a team May 25, 2020 14:16
@jhajducz jhajducz added the category: GPU OpenVINO GPU plugin label May 25, 2020
@vladimir-paramuzov vladimir-paramuzov requested a review from a team May 25, 2020 19:16
Copy link
Copy Markdown

@vladimir-paramuzov vladimir-paramuzov left a comment

Choose a reason for hiding this comment

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

Looks good to me in general. The only concern is that MR doesn't have any tests. Do we already have some functional tests for I64 input type?

@jhajducz jhajducz requested a review from a team May 27, 2020 12:45
@jhajducz
Copy link
Copy Markdown
Contributor Author

Looks good to me in general. The only concern is that MR doesn't have any tests. Do we already have some functional tests for I64 input type?

I've enabled I64 data type in existing functional tests and extended I64 coverage in clDNN unit tests a bit, hope that's enough.

@jhajducz jhajducz requested a review from a team May 29, 2020 18:24
@jhajducz
Copy link
Copy Markdown
Contributor Author

Looks that there is some problem with StridedSlice functional test, I'll have to dig a bit more to find out what's going on.

@vladimir-paramuzov vladimir-paramuzov merged commit 85406c9 into openvinotoolkit:master Jun 10, 2020
admitriev-gna pushed a commit to admitriev-gna/openvino that referenced this pull request Jun 11, 2020
redradist pushed a commit to redradist/openvino that referenced this pull request Oct 6, 2023
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.

2 participants