|
| file | aie.hpp |
| | AIE API main entry point.
|
| |
| file | aie_adf.hpp |
| | Wrappers for ADF graph types.
|
| |
| file | aie_declaration.hpp |
| | AIE API types declaration. This is useful in graph compilation scenarios where the aie.hpp has been included in kernel headers but the compiler doesn't support C++20.
|
| |
| file | aie_doc.hpp |
| |
| file | aie_types.hpp |
| | Types exposed to users.
|
| |
| file | expr.hpp |
| | Expression templates types.
|
| |
| file | operators.hpp |
| | Operator overloading for AIE API types, currently expects "using namespace aie::operators" in the user code to make use of them directly.
|
| |
| file | types.hpp |
| | Basic types exposed to users.
|
| |
| file | utils.hpp |
| | Utilities exposed to users.
|
| |