Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 511 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 511 Bytes

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