MLIR  19.0.0git
XeGPU.h
Go to the documentation of this file.
1 //===- XeGPU.h - MLIR dialect for XeGPU -------------------------*- C++ -*-===//
2 //
3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4 // See https://llvm.org/LICENSE.txt for license information.
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6 //
7 //===----------------------------------------------------------------------===//
8 
9 #ifndef MLIR_DIALECT_XEGPU_IR_XEGPU_H
10 #define MLIR_DIALECT_XEGPU_IR_XEGPU_H
11 
14 #include "mlir/IR/BuiltinTypes.h"
15 #include "mlir/IR/Dialect.h"
16 #include "mlir/IR/TypeUtilities.h"
20 
21 namespace mlir {
22 namespace xegpu {
23 class TensorDescType;
24 } // namespace xegpu
25 } // namespace mlir
26 
27 #include <mlir/Dialect/XeGPU/IR/XeGPUDialect.h.inc>
28 #include <mlir/Dialect/XeGPU/IR/XeGPUEnums.h.inc>
29 #define GET_ATTRDEF_CLASSES
30 #include <mlir/Dialect/XeGPU/IR/XeGPUAttrs.h.inc>
31 #define GET_TYPEDEF_CLASSES
32 #include <mlir/Dialect/XeGPU/IR/XeGPUTypes.h.inc>
33 #define GET_OP_CLASSES
34 #include <mlir/Dialect/XeGPU/IR/XeGPU.h.inc>
35 
36 #endif // MLIR_DIALECT_XEGPU_IR_XEGPU_H
Include the generated interface declarations.