AsahiLinux / linux

Linux kernel source tree
Other
2.16k stars 85 forks source link

When will NPU be supported? #255

Open XY-cpp opened 5 months ago

XY-cpp commented 5 months ago

I saw this PR which add ANE support but only supports M1 chips. When will NPU be officially supported?

sscarduzio commented 5 months ago

Maybe this is not the right place to ask, but I'm too curious: what are you going to do with it once it works? What software is available that would run on it?

XY-cpp commented 5 months ago

Maybe this is not the right place to ask, but I'm too curious: what are you going to do with it once it works? What software is available that would run on it?

The performance of Mac mini (M2 chip) is better than Nvidia Jetson. Mac mini can run yolov8-pose-n model at 300 fps, while Nvidia Jetson can only run at 80 fps.

I have already written an Objective-C program to run yolov8 model, which runs well and can be embedded in C++.

However, macOS has a lot of inconvenience. So I want to run it on Asahi Linux.

alexmyczko commented 2 months ago

@XY-cpp is your stuff public? link?