From 38c74ab5eced0af7ceeca6c59030778715bb8c9e Mon Sep 17 00:00:00 2001 From: yanghaoran Date: Sat, 20 Jun 2020 11:09:51 +0800 Subject: [PATCH] modify aicpu task definition --- third_party/fwkacllib/inc/aicpu/common/aicpu_task_struct.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third_party/fwkacllib/inc/aicpu/common/aicpu_task_struct.h b/third_party/fwkacllib/inc/aicpu/common/aicpu_task_struct.h index d058ead2..c3672663 100644 --- a/third_party/fwkacllib/inc/aicpu/common/aicpu_task_struct.h +++ b/third_party/fwkacllib/inc/aicpu/common/aicpu_task_struct.h @@ -25,6 +25,8 @@ struct AicpuParamHead { uint32_t length; // Total length: include cunstom message uint32_t ioAddrNum; // Input and output address number + uint32_t extInfoLength; // extInfo struct Length + uint64_t extInfoAddr; // extInfo address } __attribute__ ((packed)); } // namespace aicpu