YawenLi
New Contributor
2 years agoHow to use OpenVino to recognize Intel Agilex® 7 Device
How to let OpenVino to recoginze the device Intel Agilex® 7 Device ( Terasic* DE10-Agilex Development Board)?
I have installed OpenVino 2022.3.1 through archived files in /opt/intel/openvino_2022.3.1
And intel FPGA AI Suite in /opt/intel/fpga_ai_suite_2023.2.1
The device is recognized through "aocl diagnose"
Device Name: acl0
However, when I run a test python code:
from openvino.runtime import Core
# Initialize OpenVINO runtime
ie = Core()
available_devices = ie.available_devices
print(available_devices)
The result is
(openvino_env) sadmin@desktop-pc:~/dev/project-ASR$ python3 test.py
[E:] [BSL] found 0 ioexpander device
['CPU', 'GNA']