pytorch / glow

Compiler for Neural Network hardware accelerators
Apache License 2.0
3.21k stars 689 forks source link

How to build glow for Buildroot based Linux? #6120

Open Sourabh-ALTEN opened 1 year ago

Sourabh-ALTEN commented 1 year ago

Hello,

I need to build glow for i.MX.8M Plus ARM-Cortex-A53 board using Buildroot image. Since there is no glow package in Buildroot I am trying to cross-compile it for the board. Can anyone please let me know how to cross-compile glow using cmake build system? Is there any documentataion for this?

Thanks in advance.