Summary
OpenVINO FPGA supported configurations.
Description
Unable to do inference on the same model using three FPGA cards simultaneously.
Resolution
OpenVINO can support multiple FPGA devices simultaneously if they are running different models in each device. An example is given below:
- FPGA Device 1: Object Detection with SSD-VGG Sample
- FPGA Device 2: Image Segmentation Sample with FCN-8.
- FPGA Device 3: Object Detection for Faster R-CNN Sample
- FPGA Device 4: Image Classification Sample with Alexnet.
Supported OpenVINO FPGA Configurations:
- Same model - maximum 2 FPGA devices
- Different model - more than 2 FPGA devices with different models in each FPGA device
Additional information
Refer to Multiple FPGA Devices Support for more information.
Refer to Product Change Notice for FPGA support information.