I’ve just completed the installation of the Hailo Dataflow Compiler, but I’m encountering an error.
I installed Dataflow Compiler by the following command in virtualenv.
The error you’re encountering appears to be related to CUDA and CUDNN version incompatibilities.
The [info] No GPU chosen, Selected GPU 1 Aborted (core dumped) error indicates that the DFC is failing to properly initialize the GPU. Based on your system configuration, we’ve identified a version mismatch with the required dependencies.
Required Specifications for DFC v3.33.0:
CUDA Version: 12.5.1 (Required)
CUDNN Version: 9.10 (Required)
GPU Architecture: Pascal/Turing/Ampere/Ada
The newer versions of CUDA and CUDNN you’re running (12.8 and 9.13) have not been validated with DFC v3.33.0 and are likely causing the initialization failure.
Recommended Solution:
Install exactly CUDA 12.5.1 and CUDNN 9.10 as specified in the official requirements
Verify your environment variables (CUDA_HOME, LD_LIBRARY_PATH) point to the correct installation paths