DEEPX¶
As of CVEDIA-RT 2025.2.0 we added support for DEEPX acceleration, all AI chips and modules are supported on both x86 and aarch64 platforms.
Supported versions¶
| DX-RT | DX-COM | Driver | Firmware | CVEDIA-RT |
|---|---|---|---|---|
| 2.9.5 | 1.60.1 | 1.5.0 | 2.1.0 | 2025.1.2 |
| 3.0.0 | 2.0.0 | 1.7.1 | 2.1.4 | 2025.2.0 |
Docker considerations¶
To run DEEPX within docker you need to passthru the device /dev/dxrt0 (and others if available), when using our redist tools this is automatic.
Install instructions¶
You must have the NPU driver and DXRT service running for CVEDIA-RT to use DEEPX acceleration.
Installing NPU driver¶
git clone -b v1.7.1 --recurse-submodules https://github.com/DEEPX-AI/dx_rt_npu_linux_driver.git
cd dx_rt_npu_linux_driver
git submodule update --remote
cd modules
./build.sh -d m1 -m deepx
Installing DXRT¶
git clone https://github.com/DEEPX-AI/dx_rt.git --recursive -b v3.0.0
cd dx_rt
./install.sh --all
./build.sh