1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

M5Stack Module LLM Advent Calendar 2024

Day 18

Module-LLMのNPU Modeについて

Last updated at Posted at 2024-12-22

目的

M5Stack Module-LLM(ax630c)のNPU Modeについて紹介します。

NPU Modeについて

M5Stack Module-LLMには、AXERA-TECHのAX630CというSoCが載っています。AX630CにはデュアルコアのCortex-A53に加えて、NPUが搭載されています。

Pulsar2という、深層学習の推論モデルをNPUで動作するように、モデルを変換するツールがあるのですが、
Pulsar2の設定項目の中に、NPU Modeというものがあります。
NPU Modeは、NPU1がNPUをAI-ISPと共通するhalf coreのモードで、NPU2がNPUを推論で占有するfull coreのモードです。NPU2を選択した方が推論の速度が速くなります。
AI-ISPは、主にカメラからの入力画像に対して、暗視強化と超解像度の画像処理を行うために使われるものです。

‐ NPU1: shares compute with AI-ISP
‐ NPU2: runs independently at full power (faster)

YOLO11のオブジェクト認識モデルで確認したところ、NPU2はNPU1と比べて、シングルコアと比べて2割くらい早くなりました。

参考

https://en.axera-tech.com/Product/126.html
https://x.com/nnn112358/status/1864335300245475682
https://x.com/HanxiaoM/status/1868995075298168950
https://x.com/HanxiaoM/status/1869223722475008406

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?