Changeset View
Changeset View
Standalone View
Standalone View
mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
//===- Utils.h - Utilities to support the Linalg dialect --------*- C++ -*-===// | //===- Utils.h - Utilities to support the Linalg dialect --------*- C++ -*-===// | ||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
#ifndef MLIR_DIALECT_LINALG_UTILS_H_ | #ifndef MLIR_DIALECT_LINALG_UTILS_H_ | ||||
#define MLIR_DIALECT_LINALG_UTILS_H_ | #define MLIR_DIALECT_LINALG_UTILS_H_ | ||||
#include "mlir/Dialect/Affine/EDSC/Intrinsics.h" | #include "mlir/Dialect/Affine/EDSC/Intrinsics.h" | ||||
#include "mlir/Dialect/Linalg/Analysis/DependenceAnalysis.h" | #include "mlir/Dialect/Linalg/Analysis/DependenceAnalysis.h" | ||||
#include "mlir/Dialect/Linalg/IR/LinalgOps.h" | #include "mlir/Dialect/Linalg/IR/LinalgOps.h" | ||||
#include "mlir/Dialect/MemRef/EDSC/Intrinsics.h" | |||||
#include "mlir/Dialect/SCF/SCF.h" | #include "mlir/Dialect/SCF/SCF.h" | ||||
#include "mlir/Dialect/StandardOps/EDSC/Intrinsics.h" | #include "mlir/Dialect/StandardOps/EDSC/Intrinsics.h" | ||||
#include "mlir/Dialect/StandardOps/IR/Ops.h" | #include "mlir/Dialect/StandardOps/IR/Ops.h" | ||||
#include "llvm/ADT/MapVector.h" | #include "llvm/ADT/MapVector.h" | ||||
#include "llvm/ADT/SetVector.h" | #include "llvm/ADT/SetVector.h" | ||||
namespace mlir { | namespace mlir { | ||||
class AffineExpr; | class AffineExpr; | ||||
▲ Show 20 Lines • Show All 236 Lines • Show Last 20 Lines |