What's wrong if clinfo shows GPU but Empty while querying available device? #17214
-
I have built my own openVINO 2022.3.0 in Ubuntu 2022.04 LTS
But it shows empty while querying available device:
By the way, I can run bench_mark using CPU:
Get "Unreachable: Bad cast from ...." while running bench_mark using GPU:
Is there anyting missing to cause the problem? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Means that |
Beta Was this translation helpful? Give feedback.
Hi @CTHsieh1001
Any reason you specified
-stdlib=libc++
in cmake options?Please, remove it - without it everything passed well.
it's not recommended to use libc++ on Linux, see https://stackoverflow.com/questions/14972425/should-i-use-libc-or-libstdc