Closed lionkunonly closed 4 years ago
Did you install OpenCL driver? Please refer to OpenVINO installation guide.
Follow the installtion guide, I install the OpenCL in the correct way. This error is eliminated. Close this issue.
Can you please share the installation guide and steps you followed to eliminate the error. I am facing the same error
Hello @chaitanyakkumar you can find instruction here: https://docs.openvino.ai/latest/openvino_docs_install_guides_installing_openvino_linux.html#optional-steps-for-intel-processor-graphics-gpu
In the file
test/core.js
, I try to execute the sentencecore.getVersions('GPU')
to make the GPU load the plugins in advance. This operation leads a error like the following:The node.js API
core.getVersions()
binds the nativeCore.GetVersions()
API. It seems a problem related with the OpenCL, but I do not find any information for such a error.