Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
这是前面的部分错误日志: [ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.647 [binary_loader.cc:388]217955 ParseJsonAndRegisterCpuKernel:Parse kernel json file failed, path=, ret=0x7110001 [ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.661 [binary_loader.cc:410]217955 LoadCpuMode0Program:Parse json and register cpu kernel failed [ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.667 [binary_loader.cc:475]217955 LoadCpu:Check param failed, curProg can not be null. [INFO] GE(217955,test_aclnn_add):2026-03-26-10:18:21.720.697 [error_manager.cc:399]217955 ReportInterErrMessage:report error_message, error_code:EE9999, work_stream_id:21795717955, error_mode:0 [ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.746 [api_impl.cc:1068]217955 BinaryLoadFromFile:binary load from file failed, path=[/home/s00947290/0325Ascend/cann-9.0.0/opp/built-in/op_impl/aicpu/aicpu_kernel/config/aicpu_kernel.json] [ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.755 [api_error.cc:569]217955 BinaryLoadFromFile:Binary load from file failed. [ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.782 [api_c_kernel.cc:369]217955 rtsBinaryLoadFromFile:ErrCode=107000, desc=[invalid value], InnerCode=0x7110001 [ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.789 [error_message_manage.cc:51]217955 FuncErrorReason:rtsBinaryLoadFromFile execution failed. [INFO] GE(217955,test_aclnn_add):2026-03-26-10:18:21.720.809 [error_manager.cc:452]217955 ReportErrMessage:report error_message, error_code:EE1001, work_stream_id:21795717955, error_mode:0. [ERROR] ASCENDCL(217955,test_aclnn_add):2026-03-26-10:18:21.720.830 [kernel.cpp:164]217955 aclrtBinaryLoadFromFileImpl:Binary load from file Failed, runtime result = 107000 [INFO] GE(217955,test_aclnn_add):2026-03-26-10:18:21.720.845 [error_manager.cc:399]217955 ReportInterErrMessage:report error_message, error_code:EH9999, work_stream_id:21795717955, error_mode:0
这是最后的错误日志: aclnnAddGetWorkspaceSize failed. ERROR: 561103
硬件:Ascend950 CANN版本:最新toolkit包 系统:x86
使用最新toolkit包,编译ops-math静态库,和legacy静态库一起安装好后,使用文档中的静态库样例执行脚本运行add算子
预期应该和使用ops包执行算子样例的结果一样,没有失败才对
💡 备注(选填)
Thanks for sending an issue! Please fill in the following template to help quickly solve your problem.
一、问题描述 (必填)
这是前面的部分错误日志:
[ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.647 [binary_loader.cc:388]217955 ParseJsonAndRegisterCpuKernel:Parse kernel json file failed, path=, ret=0x7110001
[ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.661 [binary_loader.cc:410]217955 LoadCpuMode0Program:Parse json and register cpu kernel failed
[ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.667 [binary_loader.cc:475]217955 LoadCpu:Check param failed, curProg can not be null.
[INFO] GE(217955,test_aclnn_add):2026-03-26-10:18:21.720.697 [error_manager.cc:399]217955 ReportInterErrMessage:report error_message, error_code:EE9999, work_stream_id:21795717955, error_mode:0
[ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.746 [api_impl.cc:1068]217955 BinaryLoadFromFile:binary load from file failed, path=[/home/s00947290/0325Ascend/cann-9.0.0/opp/built-in/op_impl/aicpu/aicpu_kernel/config/aicpu_kernel.json]
[ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.755 [api_error.cc:569]217955 BinaryLoadFromFile:Binary load from file failed.
[ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.782 [api_c_kernel.cc:369]217955 rtsBinaryLoadFromFile:ErrCode=107000, desc=[invalid value], InnerCode=0x7110001
[ERROR] RUNTIME(217955,test_aclnn_add):2026-03-26-10:18:21.720.789 [error_message_manage.cc:51]217955 FuncErrorReason:rtsBinaryLoadFromFile execution failed.
[INFO] GE(217955,test_aclnn_add):2026-03-26-10:18:21.720.809 [error_manager.cc:452]217955 ReportErrMessage:report error_message, error_code:EE1001, work_stream_id:21795717955, error_mode:0.
[ERROR] ASCENDCL(217955,test_aclnn_add):2026-03-26-10:18:21.720.830 [kernel.cpp:164]217955 aclrtBinaryLoadFromFileImpl:Binary load from file Failed, runtime result = 107000
[INFO] GE(217955,test_aclnn_add):2026-03-26-10:18:21.720.845 [error_manager.cc:399]217955 ReportInterErrMessage:report error_message, error_code:EH9999, work_stream_id:21795717955, error_mode:0
这是最后的错误日志:
aclnnAddGetWorkspaceSize failed. ERROR: 561103
二、环境信息 (可选)
硬件:Ascend950
CANN版本:最新toolkit包
系统:x86
三、重现步骤 (可选)
使用最新toolkit包,编译ops-math静态库,和legacy静态库一起安装好后,使用文档中的静态库样例执行脚本运行add算子
四、预期结果 (可选)
预期应该和使用ops包执行算子样例的结果一样,没有失败才对
💡 备注(选填)