[PATCH] Documentation: accel: amdxdna: Update compiler information

Lizhi Hou posted 1 patch 3 months, 4 weeks ago
Documentation/accel/amdxdna/amdnpu.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
[PATCH] Documentation: accel: amdxdna: Update compiler information
Posted by Lizhi Hou 3 months, 4 weeks ago
The compiler information is outdated. Update it to the latest.

Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>
---
 Documentation/accel/amdxdna/amdnpu.rst | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Documentation/accel/amdxdna/amdnpu.rst b/Documentation/accel/amdxdna/amdnpu.rst
index fbe0a7585345..42e54904f9a8 100644
--- a/Documentation/accel/amdxdna/amdnpu.rst
+++ b/Documentation/accel/amdxdna/amdnpu.rst
@@ -223,13 +223,13 @@ Userspace components
 Compiler
 --------
 
-Peano is an LLVM based open-source compiler for AMD XDNA Array compute tile
-available at:
+Peano is an LLVM based open-source single core compiler for AMD XDNA Array
+compute tile. Peano is available at:
 https://github.com/Xilinx/llvm-aie
 
-The open-source IREE compiler supports graph compilation of ML models for AMD
-NPU and uses Peano underneath. It is available at:
-https://github.com/nod-ai/iree-amd-aie
+IRON is an open-source array compiler for AMD XDNA Array based NPU which uses
+Peano underneath. IRON is available at:
+https://github.com/Xilinx/mlir-aie
 
 Usermode Driver (UMD)
 ---------------------
-- 
2.34.1
Re: [PATCH] Documentation: accel: amdxdna: Update compiler information
Posted by Alex Deucher 3 months, 4 weeks ago
On Wed, Aug 20, 2025 at 8:03 PM Lizhi Hou <lizhi.hou@amd.com> wrote:
>
> The compiler information is outdated. Update it to the latest.
>
> Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>  Documentation/accel/amdxdna/amdnpu.rst | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/accel/amdxdna/amdnpu.rst b/Documentation/accel/amdxdna/amdnpu.rst
> index fbe0a7585345..42e54904f9a8 100644
> --- a/Documentation/accel/amdxdna/amdnpu.rst
> +++ b/Documentation/accel/amdxdna/amdnpu.rst
> @@ -223,13 +223,13 @@ Userspace components
>  Compiler
>  --------
>
> -Peano is an LLVM based open-source compiler for AMD XDNA Array compute tile
> -available at:
> +Peano is an LLVM based open-source single core compiler for AMD XDNA Array
> +compute tile. Peano is available at:
>  https://github.com/Xilinx/llvm-aie
>
> -The open-source IREE compiler supports graph compilation of ML models for AMD
> -NPU and uses Peano underneath. It is available at:
> -https://github.com/nod-ai/iree-amd-aie
> +IRON is an open-source array compiler for AMD XDNA Array based NPU which uses
> +Peano underneath. IRON is available at:
> +https://github.com/Xilinx/mlir-aie
>
>  Usermode Driver (UMD)
>  ---------------------
> --
> 2.34.1
>
Re: [PATCH] Documentation: accel: amdxdna: Update compiler information
Posted by Lizhi Hou 3 months, 4 weeks ago
Applied to drm-misc-next.

Lizhi

On 8/21/25 05:52, Alex Deucher wrote:
> On Wed, Aug 20, 2025 at 8:03 PM Lizhi Hou <lizhi.hou@amd.com> wrote:
>> The compiler information is outdated. Update it to the latest.
>>
>> Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
>
>> ---
>>   Documentation/accel/amdxdna/amdnpu.rst | 10 +++++-----
>>   1 file changed, 5 insertions(+), 5 deletions(-)
>>
>> diff --git a/Documentation/accel/amdxdna/amdnpu.rst b/Documentation/accel/amdxdna/amdnpu.rst
>> index fbe0a7585345..42e54904f9a8 100644
>> --- a/Documentation/accel/amdxdna/amdnpu.rst
>> +++ b/Documentation/accel/amdxdna/amdnpu.rst
>> @@ -223,13 +223,13 @@ Userspace components
>>   Compiler
>>   --------
>>
>> -Peano is an LLVM based open-source compiler for AMD XDNA Array compute tile
>> -available at:
>> +Peano is an LLVM based open-source single core compiler for AMD XDNA Array
>> +compute tile. Peano is available at:
>>   https://github.com/Xilinx/llvm-aie
>>
>> -The open-source IREE compiler supports graph compilation of ML models for AMD
>> -NPU and uses Peano underneath. It is available at:
>> -https://github.com/nod-ai/iree-amd-aie
>> +IRON is an open-source array compiler for AMD XDNA Array based NPU which uses
>> +Peano underneath. IRON is available at:
>> +https://github.com/Xilinx/mlir-aie
>>
>>   Usermode Driver (UMD)
>>   ---------------------
>> --
>> 2.34.1
>>
Re: [PATCH] Documentation: accel: amdxdna: Update compiler information
Posted by Falkowski, Maciej 3 months, 4 weeks ago
Reviewed-by: Maciej Falkowski <maciej.falkowski@linux.intel.com>

On 8/21/2025 1:38 AM, Lizhi Hou wrote:
> The compiler information is outdated. Update it to the latest.
>
> Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>
> ---
>   Documentation/accel/amdxdna/amdnpu.rst | 10 +++++-----
>   1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/Documentation/accel/amdxdna/amdnpu.rst b/Documentation/accel/amdxdna/amdnpu.rst
> index fbe0a7585345..42e54904f9a8 100644
> --- a/Documentation/accel/amdxdna/amdnpu.rst
> +++ b/Documentation/accel/amdxdna/amdnpu.rst
> @@ -223,13 +223,13 @@ Userspace components
>   Compiler
>   --------
>   
> -Peano is an LLVM based open-source compiler for AMD XDNA Array compute tile
> -available at:
> +Peano is an LLVM based open-source single core compiler for AMD XDNA Array
> +compute tile. Peano is available at:
>   https://github.com/Xilinx/llvm-aie
>   
> -The open-source IREE compiler supports graph compilation of ML models for AMD
> -NPU and uses Peano underneath. It is available at:
> -https://github.com/nod-ai/iree-amd-aie
> +IRON is an open-source array compiler for AMD XDNA Array based NPU which uses
> +Peano underneath. IRON is available at:
> +https://github.com/Xilinx/mlir-aie
>   
>   Usermode Driver (UMD)
>   ---------------------