ACL_ERROR_INVALID_QUEUE_ID = 100032 无效的队列ID。 请检查队列ID是否正确。 ACL_ERROR_REPEAT_SUBSCRIBE = 100033 重复订阅。 请检查针对同一个Stream,是否重复调用acl.rt.subscribe_report接口。 ACL_ERROR_STREAM_NOT_SUBSCRIBE = 100034 Stream未订阅。
npu驱动:Ascend-hdk-310p-npu-driver_23.0.rc3_linux-aarch64.run 三、测试步骤: 我按照https://gitee.com/ascend/samples/tree/master/python/level2_simple_inference/2_object_detection/coco_detection_rtsp里面的步骤进行的,唯一的区别就是转模型的时候,我用的是这条命令(soc_version这个版本和官网的有区别,...
atc --model=aa.b1.onnx --framework=5 --output=aa.b1dyn --input_format=NCHW --input_shape="images:-1,3,640,640" --dynamic_batch_size="1,2,3,4,5" --soc_version=Ascend310 --log=error --output_type=FP16 错误信息 ATC run failed, Please check the detail log, Try 'atc --hel...
aclError typedef int aclError; 返回码定义规则: 规则1:开发人员的环境异常或者代码逻辑错误,可以通过优化环境或代码逻辑的方式解决问题,此时返回码定义为1XXXXX。 规则2:资源不足(Stream、内存等)、开发人员编程时使用的接口或参数与当前硬件不匹配,可以通过在编
=ACL_ERROR_NONE){ERROR_LOG("fail to print result, malloc host failed");}ret=aclrtMemcpy(hostBuffer,out_tensor_size,out_buffers,out_tensor_size,ACL_MEMCPY_DEVICE_TO_HOST);if(ret!=ACL_ERROR_NONE){ERROR_LOG("fail to print result, memcpy device to host failed, errorCode is %d",static_...
Fatal Python error: PyThreadState_Get: the function must be called with the GIL held, but the GIL is released (the current Python thread state is NULL) Python runtime state: finalizing (tstate=0x0000fffc7001ff30) Fatal Python error: PyThreadState_Get: the function must be called with...
1c). RT-qPCR and ChIP-qPCR tests of a selection of 9 genes confirmed their down-regulation of expression and H4K5 acetylation in the mutant endosperm (Fig. 6, Supplementary Fig. 11). The double mutations had no additive effect on the expression or acetylation levels (Fig. 6...
2024-08-05 00:13:26,032 [INFO] [pid: 24096] logging.py-53: NPUSocInfo(soc_name='', soc_version=202, need_nz=True) 2024-08-05 00:13:26,059 [INFO] [pid: 24096] flash_causal_qwen2.py-52: >>> qwen_DecoderModel is called. 2024-08-05 00:13:26,501 [INFO] [pid: 24097...
ACL_LOG_INFO("can not get soc version, runtime errorCode is %d", static_cast<int32_t>(rtErr)); return ACL_GET_ERRCODE_RTS(rtErr); } aclSocVersion = std::string(socVersion); } ACL_LOG_INFO("get SocVersion success, SocVersion = %s", aclSocVersion.c_str()); ...
第2步.aclrtSetDevice 没完成就被kill掉 二、软件版本: version=20.2.rc1 arch=aarch64 os=linux path=/data/usr/local/Ascend/ascend-toolkit/20.2.rc1/arm64-linux 三、复现步骤: 四、日志信息: 最后的一段日志: [INFO] RUNTIME(4594,acl_test):2021-05-10-16:23:40.779.678 [../../../../....