pytorch / glow

Compiler for Neural Network hardware accelerators
Apache License 2.0
3.19k stars 684 forks source link

Glow cmsis support on aarch64 #6049

Open Theoo1997 opened 1 year ago

Theoo1997 commented 1 year ago

Hi, I am using glow to make an executable bundle for an arm aarch64 platform. This report from NXP explains how to create an executable bundle using arm's cmsis-nn library using the -use-cmsis flag into the model-compiler. When I tried that model-compiler couldn't recognize the flag.