* [PATCH] Documentation: accel: amdxdna: Update compiler information
@ 2025-08-20 23:38 Lizhi Hou
2025-08-21 12:35 ` Falkowski, Maciej
2025-08-21 12:52 ` Alex Deucher
0 siblings, 2 replies; 4+ messages in thread
From: Lizhi Hou @ 2025-08-20 23:38 UTC (permalink / raw)
To: ogabbay, quic_jhugo, jacek.lawrynowicz, dri-devel
Cc: Lizhi Hou, linux-kernel, max.zhen, sonal.santan,
mario.limonciello
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
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: accel: amdxdna: Update compiler information
2025-08-20 23:38 [PATCH] Documentation: accel: amdxdna: Update compiler information Lizhi Hou
@ 2025-08-21 12:35 ` Falkowski, Maciej
2025-08-21 12:52 ` Alex Deucher
1 sibling, 0 replies; 4+ messages in thread
From: Falkowski, Maciej @ 2025-08-21 12:35 UTC (permalink / raw)
To: Lizhi Hou, ogabbay, quic_jhugo, jacek.lawrynowicz, dri-devel
Cc: linux-kernel, max.zhen, sonal.santan, mario.limonciello
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)
> ---------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: accel: amdxdna: Update compiler information
2025-08-20 23:38 [PATCH] Documentation: accel: amdxdna: Update compiler information Lizhi Hou
2025-08-21 12:35 ` Falkowski, Maciej
@ 2025-08-21 12:52 ` Alex Deucher
2025-08-21 15:31 ` Lizhi Hou
1 sibling, 1 reply; 4+ messages in thread
From: Alex Deucher @ 2025-08-21 12:52 UTC (permalink / raw)
To: Lizhi Hou
Cc: ogabbay, quic_jhugo, jacek.lawrynowicz, dri-devel, linux-kernel,
max.zhen, sonal.santan, mario.limonciello
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
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] Documentation: accel: amdxdna: Update compiler information
2025-08-21 12:52 ` Alex Deucher
@ 2025-08-21 15:31 ` Lizhi Hou
0 siblings, 0 replies; 4+ messages in thread
From: Lizhi Hou @ 2025-08-21 15:31 UTC (permalink / raw)
To: Alex Deucher
Cc: ogabbay, quic_jhugo, jacek.lawrynowicz, dri-devel, linux-kernel,
max.zhen, sonal.santan, mario.limonciello
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
>>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-08-21 15:31 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-20 23:38 [PATCH] Documentation: accel: amdxdna: Update compiler information Lizhi Hou
2025-08-21 12:35 ` Falkowski, Maciej
2025-08-21 12:52 ` Alex Deucher
2025-08-21 15:31 ` Lizhi Hou
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).