-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
rv1109(armv7)上,ncnn推理出现core dump,具体报错位置在:gemm_transB_packed_tile() #5322
Labels
Comments
补充说明相同的代码与模型,交叉编译后,测试发现中间层参数不同,具体如下:
|
confirmed and reproduced workaround net.opt.use_fp16_storage = ncnn::cpu_support_arm_asimdhp(); before loading model |
带上#5325 修改后,加载模型前无需设置net.opt.use_fp16_storage = ncnn::cpu_support_arm_asimdhp(),也能在我的armv7平台上推理,再次感谢nihui大佬。 |
fixed in 984d6dd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
error log | 日志或报错信息 | ログ
报错信息如下:
bt信息:
context | 编译/运行环境 | バックグラウンド
编译环境:linux_x86
运行环境:rv1109(双核32位ARM Cortex-A7)
可用内存:789568 kB(rv1109)
编译ncnn版本:20240102
how to reproduce | 复现步骤 | 再現方法
more | 其他 | その他
Tasks
The text was updated successfully, but these errors were encountered: