CANN/runtime错误消息示例
Error Message 翻译总表汇总【免费下载链接】runtime本项目提供CANN运行时组件和维测功能组件。项目地址: https://gitcode.com/cann/runtimeEE1003errTitle:Invalid_Argumentnew ErrMessage:%s failed because value %s for parameter %s is invalid. Expected value: %s.Arglist:func, value, param, expectreason具体描述:1.exclusive OR value with RT_EVENT_FLAG2.greater than or equal to 0suggestion.Solution:1.Check the input parameter range of the function.2.Check the function invocation relationship.EE1006errTitle:Not_Supportednew ErrMessage:%s failed. %s is not supported. Reason: %s.Arglist:func, type, reasonreason具体描述:1.The P2P memory type is not supported in OFFLINE mode.2.Fusion tasks support only the combinations of HCOMM and AI Core, AI CPU and AI Core, CCU and AIC, or a single CCU task.3.The current SoC supports only streams with a normal number of tasks and does not support huge streams.4.Device-only events can be called only on the device.5.The current stream is used to carry AI CPU scheduling tasks and does not support priority setting.6.The current SoC does not support the reduction operation of this data type.7.The current SoC does not support P2P memory allocation.8.The policy of allocating only huge page memory conflicts with the policy of allocating the underlying cache memory.suggestion.Possible Cause:1.The current CANN software version is not supported.2.The current driver software version does not supported.3.The current chip version is not supported.suggestion.Solution:1.Upgrade the CANN software version.2.Upgrade the driver software version.EE1007errTitle:Resource_Error_Bind_Streamnew ErrMessage:Failed to bind stream with ID %s. Reason: %s.Arglist:id, reasonreason具体描述:1.Failed to bind the model with the stream. The stm parameter cannot be the stream whose flag is %u.2.Non-persistent stream cannot be bound to a model.3.The stream is bound to more than one mdlRI. Size: %u4.The stream is already bound.5.The AI CPU stream is reused.6.The number of models exceeds the upper limit 256.7.The model has been bound to another stream.suggestion.Solution:Unbind the stream from the already bound model and then rebind it to the current model.EE1009errTitle:Execution_Error_Modelnew ErrMessage:Failed to execute model with ID %s. Reason: %s.Arglist:id, reasonreason具体描述:1.The current stream cannot be the same as the model stream.2.The stream whose flag is %u cannot be used for model execution.3.The current aclgraph model running instance neither contains any executable task nor contains any executable stream.EE1011errTitle:Invalid_Argumentnew ErrMessage:%s failed. Value %s for parameter %s is invalid. Reason: %s.Arglist:func, value, param, reasonreason具体描述:1.Non-persistent stream %u does not support stream task clearance.2.Stream %u must be bound to a model.3.AI CPU stream %u does not support stream task clearance.4.The count cannot exceed the maximum value destMax % PRIu64 .5.memcpyAddrInfo is not 64-byte aligned.6.The corresponding kernel cannot be found through stubFunc. The specified function address is invalid or the kernel status is abnormal.7.The corresponding kernel cannot be found through tilingKey. The tilingKey is invalid or the kernel status is abnormal.8.Stream %d is not in the current context.9.%s failed. Value %s for parameter %s is invalid. Reason: The stream is not bound to a model.10.Stream %d with the flag ACL_STREAM_DEVICE_USE_ONLY cannot be bound to a model.suggestion.Solution:1.Check the input parameter range of the function.2.Check the function invocation relationship.EE1012errTitle:Invalid_Argumentnew ErrMessage:%s failed. Value %s for %s is invalid. Reason: %s.Arglist:func, value, param, reasonreason具体描述:1.The current device cannot deliver Notify Wait. The corresponding Notify Wait must be delivered on the device that creates the IPC Notify.suggestion.Possible Cause:The host memory is insufficient.EE1014errTitle:File_Operation_Error_Parsenew ErrMessage:Failed to parse the binary file of the operator. Reason: %s.Arglist:reasonreason具体描述:1.The value %u of e_shentsize or the value %u of e_shnum in the operator binary ELF file header is incorrect. The expected value complies the following rule: both e_shentsize and e_shnum are not 0, and the product of the values of e_shnum and e_shentsize cannot be greater than the maximum value of uint64_t.2.The value %u of e_shentsize in the operator binary ELF file header must be equal to the size %u of the ELF section header.3.The ELF section header address in the operator binary ELF file header cannot be empty.4.The offset %u of the section ranked %u exceeds the size %u of the ELF object.5.The value %u of sh_link in the section ranked %u is invalid. The valid value range is [%u, %u].6.The value %lu of section-sh_entsize is invalid. The valid value range is (0, %lu].7.The value %zu of section-sh_entsize is invalid. The valid value must be greater than or equal to %u.8.The offset %u of the sh_ent ranked %u exceeds the size %u of the ELF object.9.The ELF file must be a 64-bit file.10.Get meta section failed,kernelNames%, meta type%usuggestion.Possible Cause:The binary file of the operator is damaged.2.The build parameter is incorrect.suggestion.Solution:Rebuild and load the binary file of the operator.EE1015errTitle:Package_Error_Incorrect_Driver_Versionnew ErrMessage:%s failed. Reason: The driver version capacity is insufficient. %sArglist:func, reasonreason具体描述:1.The current version %u is earlier than the required version %u.suggestion.Solution:Upgrade the driver software version.EE1016errTitle:Not_Supportednew ErrMessage:%s failed. Reason: %s.Arglist:func, reasonreason具体描述:1.Other threads of the current context are in the capture state. As a result, the current operation cannot be performed on the thread. To perform this operation in the current thread, call aclmdlRICaptureThreadExchangeMode to change the capture mode of the current thread. The mode set using the aclmdlRICaptureBegin API is %d, the capture mode of the current thread is %d, and the mode set using the aclmdlRICaptureThreadExchangeMode API is %d.2.The current thread %d is in the capture mode and the current operation cannot be performed. Check whether the mode set by the aclmdlRICaptureBegin API supports the current operation. This operation is supported only in the RELAXED mode. The mode set using the aclmdlRICaptureBegin API is %d, the capture mode of the current thread is %d, and the mode set using the aclmdlRICaptureThreadExchangeMode API is %d.3.Other threads of the current context are in the capture mode. As a result, the current operation cannot be performed on the thread. contextCaptureMode%d, threadCaptureMode%d, exchangeCaptureMode%dsuggestion.Solution:Check whether the mode set by the aclmdlRICaptureBegin API supports the current operation in the current thread %d.EE1017errTitle:Invalid_Argumentnew ErrMessage:%s failed. Parameter %s is invalid. Reason: %s.Arglist:func, param, reasonreason具体描述:1.Model %u where stream %u is located has not been loaded. Clear stream tasks after the model is loaded.2.The specified address must be a device address.3.The corresponding task cannot be found through the device ID %d, stream ID %u, and task ID %u.4.The device memory address % PRIu64 for storing the data to be updated in the configuration is inconsistent with the currently specified device memory address % PRIu64 . Ensure that the same device memory address is used for multiple task updates.5.Stream %d associated with label [%u] is not in the current context.6.Stream %d associated with label [%u] is not in the model. Call the rtLabelSet API to bind the stream to the model first.7.The stream associated with label [%u] is not in the same model as that associated with label [0]. The stream associated with label [%u] belongs to model %u, and the stream associated with label [0] belongs to model %u.8.Only the random number generation task supports this update operation.9.The number (%u) of parameters whose para.type is place holder in argHandle must be less than %u.10.Model %u bound to the stream is inconsistent with model %u to which the label belongs.11.The current stream %u is inconsistent with the stream %u associated with the label.12.The persistent stream does not support task execution status query.13.The callback function fn has been registered and cannot be registered again.14.The callback function fn has not been registered.15.The current task type does not support this operation.EE1018errTitle:Invalid_Argument_API_Call_Sequencenew ErrMessage:%s failed. Reason: %s.Arglist:func, reasonreason具体描述:1.Before setting the label using aclrtSetLabel, you need to call aclrtCreateLabelList to create a label list.2.The task or stream %u on device %u is in abort state.This API does not need to be called again.3.Before calling aclmdlRIBuildEnd, you must call aclmdlRIEndTask to mark the end of task delivery in the stream.4.Before calling rtModelExecute, you must call rtEndGraph to deliver the endgraph flag to the stream of the model.5.Before calling rtModelExecute, you must call rtEndGraph to deliver the endgraph flag to the stream of the model.6.The model associated with the label has been destroyed.7.The label cannot be set repeatedly.8.The device has multiple computing power groups.You must call the rtSetGroup API to specify the computing power group to be used for the current operation.9.The operator information cache function is not enabled.Call the rtSetStreamAttribute API to enable the operator information cache function first.10.The rtModelLoadComplete or rtStreamEndCapture API can be called only once.11.Stream %d is not bound to any thread. Call the rtSubscribeReport API to bind a thread to the stream.12.Label [%u] is not associated with any stream. Call the rtSetLabel API to associate the label with a stream.EE9999errTitle:new ErrMessage:Arglist:reason具体描述:1.Failed to load the module because the program size (which should be greater than 0) is 0.2.Failed to allocate device memory for the rtArgsEx_t.args parameter.3.Failed to obtain the SO address based on the SO name.4.The current stream status does not meet the conditions for sending the task.5.Post-processing after task submission failed.6.The same label already exists in the label list.7.Failed to copy the label info from the host to the device.8.Label ID %u is released repeatedly.9.devDstAddr is set repeatedly.10.The current thread is different from the thread that executes StreamBeginCapture.11.Failed to set notify before model execution.12.Failed to wait for all tasks in the stream to complete.13.Failed to unbind the stream from the model.The specified stream is not bound to the current model.14.The model does not contain any stream.15.The length of str must be greater than 0.16.The type of the last task in the stream is not event record.17.The capture event has not been recorded.18.The re-applied SQ, CQ, or logical CQ is inconsistent with the original value.19.The SQ and CQ have been applied for the current stream and cannot be applied for again.20.The remote SQ cannot be reused.21.The number of threads subscribing to synchronous scheduling exceeds the maximum value %u.22.The TS status is abnormal.23.Device %u is faulty.24.The stream status is %u.25.The model stream is full.26.Value %u of sendSqenum cannot be greater than the maximum number (%u) of SQEs allowed by the task.27.The total number of SQEs (%u) cannot be greater than the SQ depth %u.28.Device %u is unavailable.29.The number of tasks cannot exceed the size of the task group.30.During task cleaning, the SQ must be disabled.31.The DQS stream cannot be created by using ts_id %u.Instead, it should be created by using ts_id %u.32.The mbuf pool info corresponding to qid %u does not exist.Check the configuration process.33.The depended program may have been released.34.The current label has been set to another stream.35.The abort status queried from the device is invalid.36.Stream reclamation timed out.37.Failed to reclaim the task.38.The ACL graph model %u bound to the current stream %u does not meet the update condition.All ACL graph models in the running or capture state cannot be updated.39.The stream that delivers the CmoAddr task is not in the model.40.Stream %d of the specified DVPP group cannot be bound to a model.EH0009errTitle:Invalid_Argumentnew ErrMessage:%s failed. Value %s for parameter %s is invalid. Reason: %s.Arglist:func, value, param, reasonreason具体描述:1.The stream is not registered with any allocator.2.The specified parameter %d is shorter than the length of the group computing power information. As a result, the computing power information cannot be saved.3.The data type is currently not supported.4.The current physical memory attribute is not supported.suggestion.Solution:1.Check the input parameter range of the function.2.Check the function invocation relationship.EH0011errTitle:Not_Supportednew ErrMessage:The current system or device does not support %s.Arglist:funcreason具体描述:1.Only Ascend 910 chips are supported.【免费下载链接】runtime本项目提供CANN运行时组件和维测功能组件。项目地址: https://gitcode.com/cann/runtime创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考

相关新闻

JSON API Serializer与其他序列化库对比:为什么选择JSON API Serializer

JSON API Serializer与其他序列化库对比:为什么选择JSON API Serializer

JSON API Serializer与其他序列化库对比:为什么选择JSON API Serializer 【免费下载链接】jsonapi-serializer A Node.js framework agnostic library for (de)serializing your data to JSON API 项目地址: https://gitcode.com/gh_mirrors/jso/jsonapi-serializ…

2026/7/11 17:40:20阅读更多 →
重新定义Python金融数据获取:yfinance的架构革命与实践智慧

重新定义Python金融数据获取:yfinance的架构革命与实践智慧

重新定义Python金融数据获取:yfinance的架构革命与实践智慧 【免费下载链接】yfinance Download market data from Yahoo! Finances API 项目地址: https://gitcode.com/GitHub_Trending/yf/yfinance 在量化分析、金融研究和市场监控领域,数据获取…

2026/7/11 17:40:20阅读更多 →
CANNBot Skills HFusion变换Pass总览

CANNBot Skills HFusion变换Pass总览

HFusion 变换 Pass 总览 【免费下载链接】cannbot-skills CANNBot 是面向 CANN 开发的用于提升开发效率的系列智能体,本仓库为其提供可复用的 Skills 模块。 项目地址: https://gitcode.com/cann/cannbot-skills 1. 概述 HFusion 方言提供了 40 个变换 Pass…

2026/7/11 17:40:20阅读更多 →
终极etmem内存优化技巧:openEuler存储文档教你设置最佳换出阈值

终极etmem内存优化技巧:openEuler存储文档教你设置最佳换出阈值

终极etmem内存优化技巧:openEuler存储文档教你设置最佳换出阈值 【免费下载链接】Storage-docs Documentation Repository Dedicated to Storage Features 项目地址: https://gitcode.com/openeuler/Storage-docs 前往项目官网免费下载:https://a…

2026/7/11 18:35:24阅读更多 →
大模型前端工程能力实战评测:春节网页生成对比

大模型前端工程能力实战评测:春节网页生成对比

1. 项目概述:一场不带滤镜的春节网页实战压力测试春节拜年动画网页,表面看只是个“写个HTML放点动效”的小活儿,但在我干了十多年前端开发、带过三届AI辅助开发工作坊的经验里,它恰恰是检验大模型真实工程能力的黄金试纸。为什么&…

2026/7/11 18:35:24阅读更多 →
L9958与STM32F417ZG电机控制方案设计与优化

L9958与STM32F417ZG电机控制方案设计与优化

1. 为什么选择L9958与STM32F417ZG组合在电机控制领域,芯片选型往往决定了系统性能的上限。L9958作为一款专为汽车电子设计的H桥驱动器,其核心优势在于集成了多重保护机制和高达40V的驱动电压范围。我曾在一个工业机械臂项目中对比过五款驱动芯片&#xf…

2026/7/11 18:35:24阅读更多 →
[IrisLimbalRing节点]原理解析与实际应用

[IrisLimbalRing节点]原理解析与实际应用

考虑了光线在眼睛表面的散射和吸收特性,从而产生逼真的视觉效果。 角膜缘环在真实人眼中表现为虹膜外缘的深色环状区域,其形成原因与虹膜前层的色素沉积和光线在角膜与虹膜交界处的特殊折射有关。在计算机图形学中,准确再现这一特征对于创造令…

2026/7/11 18:35:24阅读更多 →
3分钟实现IDM永久激活:Windows批处理脚本的技术解析与应用实践

3分钟实现IDM永久激活:Windows批处理脚本的技术解析与应用实践

3分钟实现IDM永久激活:Windows批处理脚本的技术解析与应用实践 【免费下载链接】IDM-Activation-Script-ZH IDM激活脚本汉化版 项目地址: https://gitcode.com/gh_mirrors/id/IDM-Activation-Script-ZH IDM激活脚本通过巧妙的Windows注册表操作,为…

2026/7/11 18:35:24阅读更多 →
看门狗(stm32笔记)

看门狗(stm32笔记)

简介:WDG(Watchdog)看门狗看门狗可以监控程序的运行状态,当程序因为设计漏洞、硬件故障、电磁干扰等原因,出现卡死或跑飞现象时,看门狗能及时复位程序,避免程序陷入长时间的罢工状态&#xff0c…

2026/7/11 18:30:24阅读更多 →
从GitHub安全案例解析常见漏洞与防护实践

从GitHub安全案例解析常见漏洞与防护实践

1. 项目概述:从GitHub Trending看安全实战 最近在GitHub Trending上看到一个项目,叫 skills4/skills ,它因为一些安全漏洞案例被大家讨论。这其实是一个挺典型的场景:一个旨在展示或教授某种技能的仓库,本身却成了安…

2026/7/10 12:10:00阅读更多 →
MLT 2026启示:因果推理与概率建模驱动下一代LLM应用

MLT 2026启示:因果推理与概率建模驱动下一代LLM应用

# MLT 2026启示:因果推理与概率建模驱动下一代LLM应用## 一、背景与挑战:从“黑箱预测”到“可信推理”2026年6月,第7届机器学习与趋势国际会议(MLT 2026)将在悉尼召开。会议议程中,“因果与可解释机器学习…

2026/7/11 15:18:12阅读更多 →
通达OA SQL注入漏洞深度剖析:从手工注入到自动化利用与防御

通达OA SQL注入漏洞深度剖析:从手工注入到自动化利用与防御

1. 项目概述与漏洞背景最近在梳理一些历史OA系统的安全风险时,通达OA v11.6版本中的一个老漏洞又进入了我的视线。这个漏洞位于/general/bi_design/appcenter/report_bi.func.php文件中,是一个典型的SQL注入点。虽然这个漏洞的利用方式看起来并不复杂&am…

2026/7/11 15:11:32阅读更多 →
Premiere Pro 2025安装失败原因与AGSIS验证绕过指南

Premiere Pro 2025安装失败原因与AGSIS验证绕过指南

1. 为什么2025版PR安装比以往更“磨人”?——从弹窗警告到路径陷阱的真实处境 Premiere Pro 2025版不是简单的一次版本迭代,它是一道分水岭。我从去年底开始帮影视工作室、高校剪辑实验室和自由职业者部署2025环境,累计处理了137台设备&#…

2026/7/11 0:03:43阅读更多 →
5款实用macOS系统优化工具:让你的Mac运行更流畅更高效

5款实用macOS系统优化工具:让你的Mac运行更流畅更高效

5款实用macOS系统优化工具:让你的Mac运行更流畅更高效 【免费下载链接】open-source-mac-os-apps 🚀 Awesome list of open source applications for macOS. https://t.me/s/opensourcemacosapps 项目地址: https://gitcode.com/gh_mirrors/op/open-so…

2026/7/11 0:03:43阅读更多 →
5分钟完全掌握:ComfyUI ControlNet预处理器终极使用指南

5分钟完全掌握:ComfyUI ControlNet预处理器终极使用指南

5分钟完全掌握:ComfyUI ControlNet预处理器终极使用指南 【免费下载链接】comfyui_controlnet_aux ComfyUIs ControlNet Auxiliary Preprocessors 项目地址: https://gitcode.com/gh_mirrors/co/comfyui_controlnet_aux 想要让AI图像生成真正听从你的指挥吗&…

2026/7/11 0:03:43阅读更多 →
YOLOv8推理性能优化:从1.2FPS到35FPS的全链路加速实践

YOLOv8推理性能优化:从1.2FPS到35FPS的全链路加速实践

如果你在部署 YOLOv8 时,发现推理速度只有可怜的 1-2 FPS,而别人的演示视频却能跑到 30 FPS 以上,那么问题很可能不在模型本身,而在于你的整个处理链路。很多开发者拿到一个训练好的 YOLOv8 模型后,会直接使用官方示例…

2026/7/11 16:20:28阅读更多 →
Coze与Dify对比指南:低代码AI应用开发从入门到实战

Coze与Dify对比指南:低代码AI应用开发从入门到实战

1. 从零到一:为什么你需要了解 Coze 和 Dify?如果你对 AI 应用开发感兴趣,但一看到“大模型”、“智能体”、“工作流”这些词就头疼,觉得门槛太高,那这篇文章就是为你准备的。很多开发者,包括我自己&#…

2026/7/10 22:20:33阅读更多 →
AI生图工具怎么选?2026年6月版实测对比

AI生图工具怎么选?2026年6月版实测对比

做自媒体的朋友应该都有体会:配图一直是个让人头疼的问题。2026年,AI生图工具已经非常成熟了,但工具太多反而不知道怎么选。以下是截至2026年6月我对主流AI生图工具的实测对比。Midjourney V8.1:速度之王2026年6月11日&#xff0c…

2026/7/11 18:12:23阅读更多 →