***********************2. AICERROR code*********************** #AI Core error错误码及解释。 code : 0x10
该错误码含义是指令非法,一般因为UB地址不对齐或者一些scalar指令不合法导致,既然是指令非法,只要找到对应的算子指令进行分析即可。
***********************1. Basic information******************** #AI Core error发生时设备的基本信息。 #kernel name:算子名称。 #op address: 算子代码在ddr内存的地址。 #args address:算子参数在ddr内存的地址。 error time : 2020-08-26-11:24:07 device id : 0 core id : 0 task id : 60 stream id : 517 node name : trans_TransData_167 kernel name : te_transdata_16b6e15e2a5cc7f70_33e5fb7ae8478ddb op address : 0x101000120000 args address : 0X101000053000
***********************3. Instructions************************ #异常指令。 start pc : 0x101000120000 current pc : 0x1010001201e0 Error occured most likely at line: 1d0 /{当前IDE路径}/aicerror_xxxx/te_transdata_16b6e15e2a5cc7f70_33e5fb7ae8478ddb.o.txt:1d0 /{当前IDE路径}/collection/compile/kernel_meta/te_transdata_16b6e15e2a5cc7f70_33e5fb7ae8478ddb.cce:32 //出错算子的cce代码行号 /{python脚本文件路径}/nz_2_nd.py:4486 //出错算子的python代码行号 related instructions (error occured before the mark *): 1bc: <not available> 1c0: <not available> 1c4: <not available> 1c8: <not available> 1cc: <not available> 1d0: <not available> 1d4: <not available> 1d8: <not available> 1dc: <not available> * 1e0: <not available> For complete instructions, please view /{当前IDE路径}/aicerror_xxxx/te_transdata_16b6e15e2a5cc7f70_33e5fb7ae8478ddb.o.txt