-
Posts
3 -
Joined
-
Last visited
Reputation Activity
-
Maberikku got a reaction from redcathode in Radxa Cubie A7A/A7Z - Allwinner a733
The MLIR pipeline, lowering from TOSA to TIM-VX C++, is now available here:
https://github.com/MaverickLong/MLIR-TIM-VX
It's *kinda* working, currently only supports conv2d (image processing) CNN models or simple MLPs, and it's far from mature, so expect a lot of errors.
With this (plus the unified driver) we are heading towards running any ML model on the NPU...
-
Maberikku got a reaction from qq20739111 in Radxa Cubie A7A/A7Z - Allwinner a733
I made some patches so that the unified driver / TIM-VX for the NPU works on the A7Z. I am also building a MLIR pipeline that emit TIM-VX code, so hopefully we can get more flexibility running ML models on the SBC soon.
https://github.com/MaverickLong/Radxa-A733-NPU-Unified-Driver-Support-Package
