关于错误代码 "ERR01100 OPS call acl api failed",这是一个在使用华为Ascend NPU(神经网络处理单元)时常见的错误,通常与ACL(Ascend Compute Library)API的调用有关。以下是对该错误代码的分析和可能的解决步骤: 1. 确认错误代码的含义和来源 含义:错误代码 "ERR01100" 表示在调用ACL AP
NPU error, error code is 500001. ERR01100 OPS call acl api failed 发表于 2024-05-08 16:27:20686查看 问题描述: 目前已经安装好了torch 和torch_npu 按官网的安装demo也能正确的得到结果: 但在使用官方代码(https://gitee.com/ascend/EdgeAndRobotics/tree/master/Samples/ )做npu训练时报错: 排查了...