We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用-DNCNN_BF16=OFF参数编译Android和iOS库报错
-DNCNN_BF16=OFF
MacBook,M1芯片,版本:14.4.1 NDK版本:25.1.8937393 Android平台和iOS平台
编译脚本
cmake -DCMAKE_TOOLCHAIN_FILE="$ANDROID_NDK/build/cmake/android.toolchain.cmake" \ -DANDROID_ABI="armeabi-v7a" \ -DANDROID_ARM_NEON=ON \ -DNCNN_DISABLE_RTTI=ON \ -DNCNN_DISABLE_EXCEPTION=ON \ -DNCNN_VULKAN=OFF \ -DNCNN_BF16=OFF \ -DNCNN_INT8=OFF \ -DNCNN_OPENMP=OFF \ -DANDROID_PLATFORM=android-19 ..
The text was updated successfully, but these errors were encountered:
#5422
请测试下这个 pr 的修改
Sorry, something went wrong.
#5422 请测试下这个 pr 的修改
这个没问题了!
#5422 请测试下这个 pr 的修改 这个没问题了!
感谢报告!
No branches or pull requests
error log | 日志或报错信息 | ログ
使用
-DNCNN_BF16=OFF
参数编译Android和iOS库报错context | 编译/运行环境 | バックグラウンド
MacBook,M1芯片,版本:14.4.1
NDK版本:25.1.8937393
Android平台和iOS平台
编译脚本
how to reproduce | 复现步骤 | 再現方法
more | 其他 | その他
The text was updated successfully, but these errors were encountered: