MLIR 22.0.0git
AMXDialect.h
Go to the documentation of this file.
1//===- AMXDialect.h - MLIR Dialect for AMX ----------------------*- 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// This file declares the Target dialect for AMX in MLIR.
10//
11//===----------------------------------------------------------------------===//
12
13#ifndef MLIR_DIALECT_AMX_AMXDIALECT_H_
14#define MLIR_DIALECT_AMX_AMXDIALECT_H_
15
19#include "mlir/IR/Dialect.h"
22
23/// Include the generated interface declarations.
24#include "mlir/Dialect/AMX/AMXInterfaces.h.inc"
25
26#include "mlir/Dialect/AMX/AMXDialect.h.inc"
27
28#define GET_TYPEDEF_CLASSES
29#include "mlir/Dialect/AMX/AMXTypes.h.inc"
30
31#define GET_OP_CLASSES
32#include "mlir/Dialect/AMX/AMX.h.inc"
33
34#endif // MLIR_DIALECT_AMX_AMXDIALECT_H_