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?
Link Copied
For more complete information about compiler optimizations, see our Optimization Notice.