[Mlir-commits] [mlir] [MLIR][Conversion][XeGPU][XeVM] Add XeGPUToXeVM conversion pass and tests. (PR #154556)
Adam Siemieniuk
llvmlistbot at llvm.org
Thu Aug 21 08:25:14 PDT 2025
================
@@ -0,0 +1,27 @@
+//===-- XeGPUToXeVM.h - Convert XeGPU to XeVM dialect ---------_--*- C++-*-===//
+//
+// This file is licensed 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 MLIR_CONVERSION_XEGPUTOXEVM_XEGPUTOXEVMPASS_H_
----------------
adam-smnk wrote:
```suggestion
#ifndef MLIR_CONVERSION_XEGPUTOXEVM_XEGPUTOXEVM_H_
```
https://github.com/llvm/llvm-project/pull/154556
More information about the Mlir-commits
mailing list