E-Hong
New Contributor
4 years agoFPGA DevCloud: aocl diagnose missing "FPGA" device
I am using Intel DevCloud from MobaXterm to access the Arria 10 GX PAC.
I initialized the environment following the given tutorial:
Later, when trying "aocl diagnose", this was shown in the prompt, indicating a successful initialization:
However, when running "hello_query_device.py" from OpenVino, the output shows only a CPU device:
When I ran the "hello_classification.py" example with "-d FPGA" flag for inference, I keep getting this error, which I believe is due to the lack of "FPGA" under "aocl diagnose":
My question: Should it shows another "Device: FPGA" below "Device: CPU"? If yes, can anyone guide me into making it visible?
Thank you.