File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
lib/Conversion/PolygeistToLLVM Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 9
9
// This file implements a pass to lower gpu kernels in NVVM/gpu dialects into
10
10
// a generic parallel for representation
11
11
// ===----------------------------------------------------------------------===//
12
- #include " PassDetails.h"
13
12
14
13
#include " mlir/../../lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp"
15
14
#include " mlir/Analysis/DataLayoutAnalysis.h"
46
45
#include " mlir/Target/LLVMIR/Import.h"
47
46
#include " mlir/Transforms/GreedyPatternRewriteDriver.h"
48
47
#include " mlir/Transforms/RegionUtils.h"
49
- #include " polygeist/Passes /Passes.h"
48
+ #include " mlir/Dialect/Polygeist/Transforms /Passes.h"
50
49
#include " llvm/Support/CommandLine.h"
51
50
#include " llvm/Support/Debug.h"
52
51
#include " llvm/Support/FormatVariadic.h"
Original file line number Diff line number Diff line change 73
73
#include < fstream>
74
74
75
75
#include " mlir/Dialect/Polygeist/IR/PolygeistDialect.h"
76
- #include " polygeist/Passes /Passes.h"
76
+ #include " mlir/Dialect/Polygeist/Transforms /Passes.h"
77
77
78
78
#include < fstream>
79
79
Original file line number Diff line number Diff line change 31
31
#include " mlir/Transforms/Passes.h"
32
32
33
33
#include " mlir/Dialect/Polygeist/IR/PolygeistDialect.h"
34
- #include " polygeist/Passes /Passes.h"
34
+ #include " mlir/Dialect/Polygeist/Transforms /Passes.h"
35
35
36
36
using namespace mlir ;
37
37
You can’t perform that action at this time.
0 commit comments