Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: accel: amdxdna: Update compiler information

The compiler information is outdated. Update it to the latest.

Reviewed-by: Maciej Falkowski <maciej.falkowski@linux.intel.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>
Link: https://lore.kernel.org/r/20250820233817.4050006-1-lizhi.hou@amd.com

Lizhi Hou 3f13bcc8 61ce50fd

+5 -5
+5 -5
Documentation/accel/amdxdna/amdnpu.rst
··· 223 223 Compiler 224 224 -------- 225 225 226 - Peano is an LLVM based open-source compiler for AMD XDNA Array compute tile 227 - available at: 226 + Peano is an LLVM based open-source single core compiler for AMD XDNA Array 227 + compute tile. Peano is available at: 228 228 https://github.com/Xilinx/llvm-aie 229 229 230 - The open-source IREE compiler supports graph compilation of ML models for AMD 231 - NPU and uses Peano underneath. It is available at: 232 - https://github.com/nod-ai/iree-amd-aie 230 + IRON is an open-source array compiler for AMD XDNA Array based NPU which uses 231 + Peano underneath. IRON is available at: 232 + https://github.com/Xilinx/mlir-aie 233 233 234 234 Usermode Driver (UMD) 235 235 ---------------------