[Mlir-commits] [mlir] [mlir][amx] Vector to AMX conversion pass (PR #151121)

Diego Caballero llvmlistbot at llvm.org
Tue Jul 29 11:47:17 PDT 2025


================
@@ -0,0 +1,287 @@
+//===- VectorToXeGPU.cpp - Convert vector to AMX dialect --------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// This file implements lowering of vector operations to XeGPU dialect ops.
----------------
dcaballe wrote:

XeGPU -> AMX?

https://github.com/llvm/llvm-project/pull/151121


More information about the Mlir-commits mailing list