parent
ba0346b071
commit
a7e645f37e
|
@ -40,6 +40,7 @@ limitations under the License.
|
|||
#include "mlir-hlo/utils/hlo_utils.h"
|
||||
#include "mlir/Dialect/Shape/IR/Shape.h"
|
||||
#include "mlir/Dialect/StandardOps/IR/Ops.h"
|
||||
#include "mlir/Dialect/Tensor/IR/Tensor.h"
|
||||
#include "mlir/IR/Attributes.h"
|
||||
#include "mlir/IR/Builders.h"
|
||||
#include "mlir/IR/BuiltinTypes.h"
|
||||
|
@ -58,7 +59,6 @@ limitations under the License.
|
|||
#include "mlir/Support/LLVM.h"
|
||||
#include "mlir/Support/LogicalResult.h"
|
||||
#include "mlir/Transforms/InliningUtils.h"
|
||||
#include "third_party/llvm/llvm-project/mlir/include/mlir/Dialect/Tensor/IR/Tensor.h"
|
||||
|
||||
namespace mlir {
|
||||
#include "hlo_patterns.cc.inc"
|
||||
|
|
Loading…
Reference in New Issue