AXCL 是基于 AX8850 的 PCIE EP 产品 Host API。
- 提供 AXCL 使用 NPU 计算的相关 API 和示例;
- 促进社区开发人员共同维护文档。
git clone https://github.com/AXERA-TECH/axcl-pi5-examples.git
目录如下:
(py38) bug1989@BJ-5BG5043:/mnt/d/ubuntu/github/axcl-pi5-examples$ tree -L 2
.
├── LICENSE
├── Makefile
├── README.md
├── requirements.txt
├── res
│ ├── M2_YUNJI_DSC05130.jpg
│ ├── axcl_architecture.svg
│ ├── axcl_concept.svg
......
│ ├── yolo11_seg_out.jpg
│ ├── yolo_world_out.jpg
│ └── yolov7_face_out.jpg
└── source
├── axcl_error_lookup.html
├── conf.py
├── doc_guide_axcl_api.md
├── doc_guide_axcl_samples.md
├── doc_guide_axcl_smi.md
├── doc_guide_faq.md
├── doc_guide_npu_benchmark.md
├── doc_guide_npu_samples.md
├── doc_guide_quick_start.md
├── doc_guide_setup_hw.md
├── doc_guide_setup_sw.md
├── doc_introduction.md
├── doc_update_info.md
└── index.rst
安装依赖
pip install -r requirements.txt
在项目根目录下执行以下命令
$ make clean
$ make html
编译后,使用浏览器查看它 build/html/index.html
这个项目是基于Sphinx,更多关于Sphinx的信息可以在这里找到 https://www.sphinx-doc.org/en/master/
基于 ReadtheDocs 平台代理在线 Web 服务。