[Mlir-commits] [mlir] [mlir][amx] Vector to AMX conversion pass (PR #151121)
Adam Siemieniuk
llvmlistbot at llvm.org
Tue Jul 29 12:48:37 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.
----------------
adam-smnk wrote:
Ahh some copy pasta left 🙂
https://github.com/llvm/llvm-project/pull/151121
More information about the Mlir-commits
mailing list