Importing AI Engine Kernels - 2022.1 English

Vitis Model Composer User Guide (UG1483)

Document ID
UG1483
Release Date
2022-05-26
Version
2022.1 English

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

  • AIE Kernel
  • AIE Class Kernel

These are described in the following sections.