Please use GitHub pull requests for new patches. Phabricator shutdown timeline
Changeset View
Changeset View
Standalone View
Standalone View
mlir/include/mlir/Dialect/ArmSME/ArmSMEDialect.h
- This file was added.
//===- ArmSMEDialect.h - MLIR Dialect for Arm SME ---------------*- C++ -*-===// | |||||
// | |||||
// 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 | |||||
// | |||||
//===----------------------------------------------------------------------===// | |||||
// | |||||
// This file declares the Target dialect for ArmSME in MLIR. | |||||
// | |||||
//===----------------------------------------------------------------------===// | |||||
#ifndef MLIR_DIALECT_ARMSME_ARMSMEDIALECT_H | |||||
#define MLIR_DIALECT_ARMSME_ARMSMEDIALECT_H | |||||
#include "mlir/IR/BuiltinTypes.h" | |||||
#include "mlir/IR/Dialect.h" | |||||
#include "mlir/IR/OpDefinition.h" | |||||
#include "mlir/Interfaces/SideEffectInterfaces.h" | |||||
#include "mlir/Dialect/ArmSME/ArmSMEDialect.h.inc" | |||||
#include "mlir/Dialect/ArmSME/ArmSMEEnums.h.inc" | |||||
#define GET_OP_CLASSES | |||||
#include "mlir/Dialect/ArmSME/ArmSME.h.inc" | |||||
#endif // MLIR_DIALECT_ARMSME_ARMSMEDIALECT_H |