-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unable to get working OpenVINO GPU accelleration on Ubuntu 24.04, i5-1240p #26259
Comments
Hello, if possible, could you share the model so that we can reproduce the issue from our end? |
Yeah, sure. It's openpilot's supercombox.onnx, i wrote a litte demo, you can test it. |
@isanghao can you take a look it or do you have some suggestion? |
Hi 0312birdzhang, The issue was reproduced on our side. I guess this is happening because of the self-multiplication operation after convolution. If you can modify the model, could you replace it with single pow(square) operation? That would be the immediate workaround. I guess regular fix would take some more time. |
I'm a newbie on it, this model is from comma.ai and they only open source the onnx model. If you mean just modify this model, can you point me more? |
Hi @0312birdzhang Could you help us to validate the fix? |
Yes, sure, i'm building now |
Seems like it's working! 100 times infer_request with CPU:
100 times infer_request with GPU:
Another thing is an error log printed: |
Thanks for confirmation! For error log, could you file a separate ticket for tracking purpose? For this ticket itself, is it OK to close this ticket? |
Yeah, than you very much❤️ |
As #24797 closed, i reopened one
I have some problem, and i found some models can run on GPU(like hello_classification sample), some not.
When hardcode core.compile_model with GPU, some error occurs:
openvino version: 2024.3.0
Originally posted by @0312birdzhang in #24797 (comment)
The text was updated successfully, but these errors were encountered: