File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
mlir/lib/Dialect/MLProgram/Transforms
utils/bazel/llvm-project-overlay/mlir Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
9
- #include " mlir/Dialect/Tensor /Transforms/BufferizableOpInterfaceImpl.h"
9
+ #include " mlir/Dialect/MLProgram /Transforms/BufferizableOpInterfaceImpl.h"
10
10
11
11
#include " mlir/Dialect/Bufferization/IR/BufferizableOpInterface.h"
12
12
#include " mlir/Dialect/MLProgram/IR/MLProgram.h"
Original file line number Diff line number Diff line change @@ -12880,10 +12880,12 @@ cc_library(
12880
12880
]),
12881
12881
includes = ["include" ],
12882
12882
deps = [
12883
+ ":BufferizationDialect" ,
12883
12884
":FuncDialect" ,
12884
12885
":IR" ,
12885
12886
":MLProgramDialect" ,
12886
12887
":MLProgramPassIncGen" ,
12888
+ ":MemRefDialect" ,
12887
12889
":Pass" ,
12888
12890
":TransformUtils" ,
12889
12891
],
You can’t perform that action at this time.
0 commit comments