My Project
Intrinsics.h
Go to the documentation of this file.
1 //===- Intrinsics.h - Linalg intrinsics definitions -----------------------===//
2 //
3 // Part of the MLIR 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_LINALG_INTRINSICS_H_
10 #define MLIR_DIALECT_LINALG_INTRINSICS_H_
11 
12 #include "mlir/EDSC/Intrinsics.h"
13 
14 namespace mlir {
15 namespace linalg {
16 class CopyOp;
17 class FillOp;
18 class RangeOp;
19 class SliceOp;
20 namespace intrinsics {
25 } // namespace intrinsics
26 } // namespace linalg
27 } // namespace mlir
28 
29 #endif // MLIR_DIALECT_LINALG_INTRINSICS_H_
Definition: InferTypeOpInterface.cpp:20
Definition: Intrinsics.h:125
Definition: Intrinsics.h:172