Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: BitwiseNot-13 is missing a GPU implementation #28334

Open
3 tasks done
vihangm opened this issue Jan 9, 2025 · 0 comments
Open
3 tasks done

[Bug]: BitwiseNot-13 is missing a GPU implementation #28334

vihangm opened this issue Jan 9, 2025 · 0 comments
Assignees
Labels

Comments

@vihangm
Copy link

vihangm commented Jan 9, 2025

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.

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.
@vihangm vihangm added bug Something isn't working support_request labels Jan 9, 2025
@rkazants rkazants added category: GPU OpenVINO GPU plugin and removed bug Something isn't working labels Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants