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.
6403 Discussions

Is it possible to set specific node to nvidia gpu in openvx in openvino?

ji__jungeun
Beginner
325 Views

Hello,

 

As you know, open vino can be run with environment that using intel cpu + nvidia gpu.

From the openvx sample program (color copy pipeline), there is gpu related option, and when these options are applied on it, it worked well on my environment.

So it means vxSetNodeTarget(.... , VX_TARGET_GPU_INTEL, ...); worked...., but my environment doesn't have intel gpu.

Then can I guess vxSetNodeTarget(.... , VX_TARGET_GPU_INTEL, ...); applied to nvidia gpu??

( if so, then I want to know why my hetero_basic sample application ended with error because of setting node targets to GPU INTEL...)

 

If not, can I specify specific node run on nvidia gpu?

0 Kudos
0 Replies
Reply