From 68a94487507218f4dfb28d615c355c38fc8bff3d Mon Sep 17 00:00:00 2001 From: Ronan Keryell Date: Wed, 6 Mar 2024 16:02:28 -0800 Subject: [PATCH] Mention other projects and manuals about AIE1 & AIE2 CGRA --- .github/workflows/cmake.yml | 5 ++--- README.rst | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 035cfac4..49991f68 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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: diff --git a/README.rst b/README.rst index f266f320..56dc176a 100644 --- a/README.rst +++ b/README.rst @@ -139,6 +139,38 @@ as the Ryzen 9 7940HS has an AIE-ML/AIE2 as the XDNA/NPU/IPU. ``_ 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 -------------