From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id E1421CA0EEB for ; Thu, 21 Aug 2025 12:35:14 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 546A210E96B; Thu, 21 Aug 2025 12:35:14 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="F4mELOpC"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by gabe.freedesktop.org (Postfix) with ESMTPS id B85DD10E96B for ; Thu, 21 Aug 2025 12:35:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1755779713; x=1787315713; h=message-id:date:mime-version:subject:to:cc:references: from:in-reply-to:content-transfer-encoding; bh=DGvtspg+o3hfUEstMz0E2+Cnk1KXwX8hkIEwnGjIn7k=; b=F4mELOpCmdDMtPhVvAb/UzuZDYEl+pqHbuXtT5iczIR64pu+xXePVtAM mx3lazEOR0a9Twe7JJ+JR/RPX9Hh3JcWYCez71WglkPJm/5yqJsPBHVnN D6+l9/fSiLH0VQHqOjFs1t4uEx5THFAHTz0VxZQfi8tXcXUwXSkvcYVJX QwFelGV1fTqg7zkuoV71nh6XvdA7D0vPVN5zCFkcHRghGgqtsNmg3T5kj 3mzJ4Kus69SzDTqUWjTh9Tz/A2EjUV4uokELwEhWYDt1QN6KVJd9w3n47 GFeznt3iQ3V7IqDgsDnAkDtKCQR3qtFwv/NJmWwUJUj+LdmVAWaGduYxX g==; X-CSE-ConnectionGUID: smGwGoRHRy6PCQ9erTsXQw== X-CSE-MsgGUID: p5vhAwwFSVe4f7bMdUaJfw== X-IronPort-AV: E=McAfee;i="6800,10657,11529"; a="80664173" X-IronPort-AV: E=Sophos;i="6.17,306,1747724400"; d="scan'208";a="80664173" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 05:35:12 -0700 X-CSE-ConnectionGUID: LBW8nRnRQyym4I4hZR4PSg== X-CSE-MsgGUID: R8EN2j4AQj2jVZVb6lceMw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.17,306,1747724400"; d="scan'208";a="192082428" Received: from mfalkows-mobl.ger.corp.intel.com (HELO [10.245.121.109]) ([10.245.121.109]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Aug 2025 05:35:10 -0700 Message-ID: Date: Thu, 21 Aug 2025 14:35:02 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] Documentation: accel: amdxdna: Update compiler information To: Lizhi Hou , ogabbay@kernel.org, quic_jhugo@quicinc.com, jacek.lawrynowicz@linux.intel.com, dri-devel@lists.freedesktop.org Cc: linux-kernel@vger.kernel.org, max.zhen@amd.com, sonal.santan@amd.com, mario.limonciello@amd.com References: <20250820233817.4050006-1-lizhi.hou@amd.com> Content-Language: en-US From: "Falkowski, Maciej" In-Reply-To: <20250820233817.4050006-1-lizhi.hou@amd.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Reviewed-by: Maciej Falkowski 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 > --- > 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) > ---------------------