You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ShapeOf-V1 has i64 outputs. Running it on a GPU produces a shape that is all zeroes.
ShapeOf-V3 produces expected output in i32 mode on the GPU but produces all zeroes when using i64.
Added note, I tried this same script on a NUC with an iGPU and it produces expected results.
However when I run it on a server machine with a Ponte Vecchio GPU, it fails.
Trying various openvino versions seems to show the same output so perhaps it's related to the GPU driver or ICR version.
The NUC says it's driver version is 23.35.27191.9 while the Ponte Vecchio is running 24.39.31294.12.
Thanks for being interested in this issue. It looks like this ticket is already assigned to a contributor. Please communicate with the assigned contributor to confirm the status of the issue.
OpenVINO Version
2024.6.0
Operating System
Ubuntu 20.04 (LTS)
Device used for inference
GPU
Framework
None
Model used
No response
Issue description
ShapeOf-V1 has i64 outputs. Running it on a GPU produces a shape that is all zeroes.
ShapeOf-V3 produces expected output in i32 mode on the GPU but produces all zeroes when using i64.
Step-by-step reproduction
To repro
This produces the graph:
Note that this graph does produce the expected result
Relevant log output
No response
Issue submission checklist
The text was updated successfully, but these errors were encountered: