My Project
Intrinsics.h
Go to the documentation of this file.
1 //===- Intrinsics.h - MLIR EDSC Intrinsics for Linalg -----------*- C++ -*-===//
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 #ifndef MLIR_DIALECT_LINALG_EDSC_INTRINSICS_H_
9 #define MLIR_DIALECT_LINALG_EDSC_INTRINSICS_H_
10 
12 #include "mlir/EDSC/Builders.h"
13 #include "mlir/EDSC/Intrinsics.h"
14 
15 namespace mlir {
16 namespace edsc {
17 namespace intrinsics {
18 
22 
23 } // namespace intrinsics
24 } // namespace edsc
25 } // namespace mlir
26 
27 #endif // MLIR_DIALECT_LINALG_EDSC_INTRINSICS_H_
Definition: InferTypeOpInterface.cpp:20
Definition: Intrinsics.h:172