|
|
|
@@ -34,8 +34,8 @@ ncnn 是一个为手机端极致优化的高性能神经网络前向计算框架 |
|
|
|
| Windows (VS2015) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Awindows-x86-cpu-vs2015) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Awindows-x64-cpu-vs2015) | — | — | |
|
|
|
| Windows (VS2017) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Awindows-x86-cpu-vs2017) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Awindows-x64-cpu-vs2017) | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Awindows-x64-gpu-vs2017) | |
|
|
|
| Windows (VS2019) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Awindows-x86-cpu-vs2019) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Awindows-x64-cpu-vs2019) | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Awindows-x64-gpu-vs2019) | |
|
|
|
| MacOS | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Amacos-x64-cpu) | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Amacos-x64-gpu) | |
|
|
|
| MacOS (ARM) | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Amacos-arm64-cpu) | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Amacos-arm64-gpu) | |
|
|
|
| macOS | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Amacos-x64-cpu) | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Amacos-x64-gpu) | |
|
|
|
| macOS (ARM) | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Amacos-arm64-cpu) | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Amacos-arm64-gpu) | |
|
|
|
| Android | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aandroid-armv7-cpu) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aandroid-armv8-cpu) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aandroid-armv7-gpu) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aandroid-armv8-gpu) | |
|
|
|
| Android-x86 | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aandroid-x86-cpu) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aandroid-x64-cpu) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aandroid-x86-gpu) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aandroid-x64-gpu) | |
|
|
|
| iOS | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aios-cpu) | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aios-cpu) | — | [](https://github.com/Tencent/ncnn/actions?query=workflow%3Aios-arm64-gpu) | |
|
|
|
@@ -63,15 +63,15 @@ ncnn 是一个为手机端极致优化的高性能神经网络前向计算框架 |
|
|
|
|
|
|
|
### HowTo |
|
|
|
|
|
|
|
**[how to build ncnn library](https://github.com/Tencent/ncnn/wiki/how-to-build) on Linux / Windows / MacOS / Raspberry Pi3 / Android / NVIDIA Jetson / iOS / WebAssembly / AllWinner D1 / Loongson 2K1000** |
|
|
|
**[how to build ncnn library](https://github.com/Tencent/ncnn/wiki/how-to-build) on Linux / Windows / macOS / Raspberry Pi3 / Android / NVIDIA Jetson / iOS / WebAssembly / AllWinner D1 / Loongson 2K1000** |
|
|
|
|
|
|
|
* [Build for Linux / NVIDIA Jetson / Raspberry Pi3](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-linux) |
|
|
|
* [Build for Windows x64 using VS2017](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-windows-x64-using-visual-studio-community-2017) |
|
|
|
* [Build for MacOS](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-macos) |
|
|
|
* [Build for macOS](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-macos) |
|
|
|
* [Build for ARM Cortex-A family with cross-compiling](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-arm-cortex-a-family-with-cross-compiling) |
|
|
|
* [Build for Hisilicon platform with cross-compiling](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-hisilicon-platform-with-cross-compiling) |
|
|
|
* [Build for Android](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-android) |
|
|
|
* [Build for iOS on MacOS with xcode](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-ios-on-macos-with-xcode) |
|
|
|
* [Build for iOS on macOS with xcode](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-ios-on-macos-with-xcode) |
|
|
|
* [Build for WebAssembly](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-webassembly) |
|
|
|
* [Build for AllWinner D1](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-allwinner-d1) |
|
|
|
* [Build for Loongson 2K1000](https://github.com/Tencent/ncnn/wiki/how-to-build#build-for-loongson-2k1000) |
|
|
|
@@ -145,7 +145,7 @@ ncnn 是一个为手机端极致优化的高性能神经网络前向计算框架 |
|
|
|
* ❔ = shall work, not confirmed |
|
|
|
* / = not applied |
|
|
|
|
|
|
|
| |Windows|Linux|Android|MacOS|iOS| |
|
|
|
| |Windows|Linux|Android|macOS|iOS| |
|
|
|
|---|---|---|---|---|---| |
|
|
|
|intel-cpu|✔️|✔️|❔|✔️|/| |
|
|
|
|intel-gpu|✔️|✔️|❔|❔|/| |
|
|
|
|