optimum-intel icon indicating copy to clipboard operation
optimum-intel copied to clipboard

Convert i64 input tensors to i32 for GPU plugin

Open yeonbok opened this issue 8 months ago • 11 comments

What does this PR do?

OpenVINO GPU plugin does not support int64 natively so i64 inputs are always converted to i32. To avoid runtime conversion, updated IO tensor precision to i32

Fixes # (issue)

Before submitting

  • [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
  • [ ] Did you make sure to update the documentation with your changes?
  • [ ] Did you write any new necessary tests?

yeonbok avatar Jun 25 '24 06:06 yeonbok