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.

MULTI and HETERO

Wong__Jeremy
初学者
1,590 次查看

The Multi-Device plugin (MULTI) and the Heterogeneous plugin (HETERO) look similar. How should I choose?

0 项奖励
2 回复数
Shubha_R_Intel
1,590 次查看

Dear Wong, Jeremy,

Good question. HETERO supports FPGA but not VPU while MULTI does not support FPGA but supports HDDL, so that is one distinguishing difference between the two. Multi-Device plugin automatically assigns inference requests to available computational devices to execute the requests in parallel.Heterogeneous plugin is more about assigning affinity (specific layers) to a preferred device with a fallback policy. HETERO's main job is to utilize accelerators power and calculate heaviest parts of network on accelerator and execute unsupported layers on fallback devices like CPU.

Hope it helps,

Thanks,

Shubha

 

 

0 项奖励
Kenneth_C_Intel
1,590 次查看

I would look at the information of the pages 

https://docs.openvinotoolkit.org/latest/_docs_IE_DG_supported_plugins_HETERO.html

and 

https://docs.openvinotoolkit.org/latest/_docs_IE_DG_supported_plugins_MULTI.html

Honestly it depends on what you are trying to accomplish and how. 

 

0 项奖励
回复