Browse Source

modify aicpu task definition

tags/v0.5.0-beta
yanghaoran 4 years ago
parent
commit
38c74ab5ec
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      third_party/fwkacllib/inc/aicpu/common/aicpu_task_struct.h

+ 2
- 0
third_party/fwkacllib/inc/aicpu/common/aicpu_task_struct.h View File

@@ -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


Loading…
Cancel
Save