Can OpenVINO work on GPU/IPU of Up Board?

Options
GavinLu
GavinLu New Member Posts: 8

I installed Ubuntu 16.04 onto my up board, and OpenVINO toolkit for Linux. I could run image classification demo and inference pipeline demo on CPU successfully, but not on GPU.

$uname -a
Linux vro-compute 4.14.20-041420-generic #201802162247 SMP Fri Feb 16 22:48:07 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux

$lsb_release -a
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial

$sudo lshw -C video
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 36
width: 64 bits
clock: 33MHz
capabilities: pm msi vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:118 memory:88000000-88ffffff memory:80000000-87ffffff ioport:f000(size=64) memory:c0000-dffff

Here is the error message.

$./demo_security_barrier_camera.sh -d GPU
...
InferenceEngine:
API version ............ 1.2
Build .................. 13911
[ INFO ] Parsing input parameters
[ INFO ] Reading input
[ INFO ] Loading plugin GPU

API version ............ 1.2
Build .................. cldnn/GEN_GPU_clDNN_ci-main_cldnn-main-03988_artifacts.zip
Description ....... clDNNPlugin

[ INFO ] Loading network files for VehicleDetection
[ INFO ] Batch size is forced to 1
[ INFO ] Checking Vehicle Detection inputs
[ INFO ] Checking Vehicle Detection outputs
[ INFO ] Loading Vehicle Detection model to the GPU plugin
[ ERROR ] failed to create engine: clGetPlatformIDs error -1001
Error on or near line 142; exiting with status 1

I find Atom x5-Z8350 (Cherry Trail) supports OpenCL 1.2.

Any hint?

Thanks,

Gavin

Comments