[Mlir-commits] [mlir] [MLIR][GPU][XeVM] Add XeVM target and XeVM dialect integration tests. (PR #148286)
Adam Siemieniuk
llvmlistbot at llvm.org
Mon Aug 11 04:48:26 PDT 2025
================
@@ -0,0 +1,31 @@
+//===-- Target.h - MLIR XeVM target registration ----------------*- 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
+//
+//===----------------------------------------------------------------------===//
+//
+// This provides registration calls for attaching the XeVM target interface.
+//
+//===----------------------------------------------------------------------===//
+
+#ifndef MLIR_TARGET_XEVM_TARGET_H
----------------
adam-smnk wrote:
nit: `MLIR_TARGET_LLVM_XEVM_TARGET_H`
https://github.com/llvm/llvm-project/pull/148286
More information about the Mlir-commits
mailing list