Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Run deep learning sdk classification_sample by Intel Joule GPU

Xiaocheng_D_Intel
715 Views

Hardware: Intel Joule 570x

System: Ubuntu 16.04

Software installed: caffe, Intel MKL, Intel OpenCL driver 4.1, Deep learning SDK

Issue: 'classification_sample -d GPU' returns failed to create engine, but 'classificaton_sample -d CPU' is ok.

Does anyone have any idea about this issue?

0 Kudos
2 Replies
Stav_S_Intel
Employee
715 Views

Hi, 

Joule is currently not supported in this release. 

In addition, the supported OS for ubuntu is 14.04. 

We will update once this changes. 

Regards,

Stav

 

 

0 Kudos
Padmanabhan_Pillai
715 Views

I realize this is a really old thread, but I was able to get inference working on the Joule GPU. 

I believe I used the same setup as the OP: Joule 570x / Ubuntu 16.04 / OpenCL driver 4.1 / Deep learning deployment toolkit / patched 4.7.6 kernel.

The original issue (for me) was that the i915 driver refused to load.  So there was no OpenCL support for GPU.  This can be overcome by using the experimental setting flag on the kernel command line in GRUB:  i915.preliminary_hw_support=1

After rebooting, I was able to use clinfo to verify the OpenCL GPU device, and was able to run the inference samples on both CPU and GPU.  

 

 

0 Kudos
Reply