Importing AI Engine Kernels - 2020.2 English

Model Composer and System Generator User Guide (UG1483)

Document ID
UG1483
Release Date
2020-11-18
Version
2020.2 English

Model Composer supports importing C/C++ kernels functions. Function must have void as the return type. It also supports importing the class member functions as well as the function templates. Model Composer provides three AI Engine library blocks to import kernel functions of different types (class-based and non-class-based kernels):

  • AIE Kernel
  • AIE Template Kernel
  • AIE Class Kernel

as described in the following sections.