Best Practices - 2023.2 English

AI Engine Tools and Flows User Guide (UG1076)

Document ID
UG1076
Release Date
2023-12-04
Version
2023.2 English

The x86 simulator works best with the following recommendations.

  • Keep variables in kernels function scoped.
  • Keep the x86 simulator test bench simple - use init(), run(X), and end().
  • Keep variables in the ADF graph class scoped (see Single Kernel Graph and C++ Kernel Class Support in AI Engine Kernel and Graph Programming Guide (UG1079)).