[Mlir-commits] [mlir] [MLIR][XeGPU] add xegpu.set_desc_layout transform op (PR #165615)

Adam Siemieniuk llvmlistbot at llvm.org
Thu Oct 30 04:38:12 PDT 2025


================
@@ -0,0 +1,85 @@
+//===- XeGPUTransformOps.td - XeGPU transformation ops -----*- tablegen -*-===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef XEGPU_EXTENSION
----------------
adam-smnk wrote:

`XEGPU_TRANSFORM_OPS`

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


More information about the Mlir-commits mailing list