Skip to content

Commit

Permalink
Mention other projects and manuals about AIE1 & AIE2 CGRA
Browse files Browse the repository at this point in the history
  • Loading branch information
keryell committed Oct 20, 2024
1 parent f8e900e commit 68a9448
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ on:
# and clicking on "launch_tmate_terminal_for_debug".
# Unfortunately this works only for the default branch.
# So you can either

# - change as the default one default the branch of the PR on the
# GitHub repository owning the PR and launching in Actions tab;
# - change the default branch of the PR on the GitHub repository owning the
# PR and launching in Actions tab;
# - or edit directly the step below which runs tmate and push to the
# PR, ignoring the manual workflow launch.
workflow_dispatch:
Expand Down
32 changes: 32 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,38 @@ as the Ryzen 9 7940HS has an AIE-ML/AIE2 as the XDNA/NPU/IPU.
`<include/aie>`_ and the compiler for device support is
https://github.com/triSYCL/sycl

Other open-source projects related to AIE which are interesting to program AIE:

- https://riallto.ai

- https://github.com/Xilinx/mlir-aie

- https://github.com/Xilinx/mlir-air

- https://github.com/nod-ai/iree-amd-aie

Some documentation about AMD AIE CGRA:

- AIE aka AIE1

- Versal Adaptive SoC AI Engine Architecture Manual
https://docs.xilinx.com/r/en-US/am009-versal-ai-engine/Overview

- Versal Adaptive SoC Technical Reference Manual
https://docs.xilinx.com/r/en-US/am011-versal-acap-trm/Introduction

- AIE/AIE1 C++ API
https://www.xilinx.com/htmldocs/xilinx2023_2/aiengine_api/aie_api/doc/index.html

- AIE-ML aka AIE2

- AIE2/AIE-ML architecture
https://docs.xilinx.com/r/en-US/am020-versal-aie-ml/Overview

- AIE2/AIE-ML C++ API
https://www.xilinx.com/htmldocs/xilinx2023_2/aiengine_ml_intrinsics/intrinsics/


Documentation
-------------

Expand Down

0 comments on commit 68a9448

Please sign in to comment.