rocCV prerequisites#
2025-07-18
1 min read time
Applies to Linux
rocCV requires ROCm running on accelerators based on the CDNA architecture.
rocCV can be installed on the following Linux environments:
Ubuntu 22.04 or 24.04
RedHat 9
SLES 15-SP5
When building rocCV from source, the rocCV-setup.py
setup script can be used to install prerequisites:
rocCV-setup.py [-h] [--rocm_path ROCM_PATH; default /opt/rocm]
The following prerequisites are required and are installed with both the package installer and the setup script:
PyBind11 version 2.10.4
CMake version 3.15
Python3, Python3 pip, and Python3 wheel
Python-opencv, Pytest, and numpy for testing
rocCV requires C++20.