/rk3588-npu

Reverse engineering the rk3588 npu

Primary LanguageCGNU General Public License v3.0GPL-3.0

rk3588-npu

Reverse engineering the rk3588 npu.

Internals of the NPU, similarity to NVDLA and matrix muplication support covered in blog post. Example integration llama2.c running tinystories covered in blog post

To build :

mkdir build
meson build
cd build
ninja

To run tests (tested against 5.10 kernel) :

ninja -C build test