8000 GitHub - airockchip/rknpu_ddk: DDK for Rockchip NPU
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

airockchip/rknpu_ddk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RKNPU DDK

RKNPU DDK is provide advanced interface to access Rockchip NPU.

Support Platform

  • RK1808
  • RV1109/RV1126

Note: RK3399Pro platform is not supported.

Support OPs

  • ADD
  • MULTIPLY
  • CONV2D
  • FULLCONNECT
  • SOFTMAX
  • POOL
  • LEAKY_RELU
  • CONCAT
  • BATCH_NORM
  • RESHAPE
  • PERMUTE
  • RELU
  • SUBTRACT
  • RELU6
  • DATACONVERT
  • SLICE
  • CLIP
  • GATHER
  • TANH
  • SCALE
  • ABS
  • LAYER_NORM
  • L2_NORM
  • PAD
  • PRELU
  • MAX

Document

There are manuals generated by doxgen under the doc directory. For more information, please check the "doc/index.html" page. Users can also use the following commands to generate the latest documentation:

./tools/doxygen/run_doxygen.sh

System dependence

  • RK1808 system firmware version needs to be greater than 1.15. Users can download the source code of RK1808 using the following command:
repo init --repo-url=https://github.com/rockchip-linux/repo -u https://github.com/rockchip-linux/manifests -b master -m rk1808_linux_release.xml
repo sync

About

DDK for Rockchip NPU

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0