Skip to content

Draft: rocket: Initial commit of a driver for Rockchip's NPU

Tomeu Vizoso requested to merge tomeu/mesa:rocket into main

What does this MR do and why?

rocket: Initial commit of a driver for Rockchip's NPU

The IP is closely based on NVDLA.

Enough is implemented to run MobileNetV1 with roughly the same
performance as the blob (when running on a single NPU core).

Merge request reports