huawei-noah / bolt

Bolt is a deep learning library with high performance and heterogeneous flexibility.
https://huawei-noah.github.io/bolt/
MIT License
918 stars 160 forks source link

Raspberry Pi 4 compile error #83

Open MyraBaba opened 2 years ago

MyraBaba commented 2 years ago

Is there any document for Raspberrypi 4 ?

I have below error for cmake ..


error: ‘Factory’ was not declared in this scope
     std::shared_ptr<Factory> factory;
yuxianzhi commented 2 years ago

what is your compile option of target? Maybe you can follow this https://github.com/huawei-noah/bolt/issues/68.