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
I am running a graph that includes a ov.v13.BitwiseNot node and while it works on the CPU, it fails on the GPU. It seems like BitwiseNot wasn't implemented on the GPU.
RuntimeError: Exception from src/inference/src/cpp/core.cpp:104:
Exception from src/inference/src/dev/plugin.cpp:53:
Exception from src/plugins/intel_gpu/src/plugin/program_builder.cpp:247:
Operation: layer1 of type BitwiseNot(opset13) is not supported
Step-by-step reproduction
No response
Relevant log output
No response
Issue submission checklist
I'm reporting an issue. It's not a question.
I checked the problem with the documentation, FAQ, open issues, Stack Overflow, etc., and have not found a solution.
There is reproducer code and related data files such as images, videos, models, etc.
The text was updated successfully, but these errors were encountered:
OpenVINO Version
2024.6.0
Operating System
Ubuntu 20.04 (LTS)
Device used for inference
GPU
Framework
None
Model used
No response
Issue description
I am running a graph that includes a
ov.v13.BitwiseNot
node and while it works on the CPU, it fails on the GPU. It seems like BitwiseNot wasn't implemented on the GPU.Step-by-step reproduction
No response
Relevant log output
No response
Issue submission checklist
The text was updated successfully, but these errors were encountered: