mtx512 / rk3588-npu

Reverse engineering the rk3588 npu
GNU General Public License v3.0
62 stars 4 forks source link

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