File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
mlir/lib/Dialect/XeGPU/Transforms Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 2121#include " mlir/IR/Builders.h"
2222#include " mlir/IR/BuiltinAttributes.h"
2323#include " mlir/IR/BuiltinTypes.h"
24- #include " mlir/IR/MLIRContext.h"
2524#include " mlir/IR/Operation.h"
2625#include " mlir/IR/Value.h"
2726#include " mlir/IR/Visitors.h"
3534#include " llvm/ADT/TypeSwitch.h"
3635#include " llvm/Support/Casting.h"
3736#include " llvm/Support/Debug.h"
38- #include " llvm/Support/InterleavedRange.h"
3937#include " llvm/Support/LogicalResult.h"
4038#include " llvm/Support/raw_ostream.h"
41- #include < cstdint>
4239
4340namespace mlir {
4441namespace xegpu {
Original file line number Diff line number Diff line change 2727#include " mlir/IR/Value.h"
2828#include " mlir/IR/Visitors.h"
2929#include " mlir/Interfaces/FunctionInterfaces.h"
30- #include " mlir/Interfaces/SideEffectInterfaces.h"
3130#include " mlir/Support/LLVM.h"
3231#include " mlir/Transforms/DialectConversion.h"
3332#include " mlir/Transforms/GreedyPatternRewriteDriver.h"
3433#include " mlir/Transforms/InliningUtils.h"
3534#include " llvm/ADT/ArrayRef.h"
3635#include " llvm/ADT/STLExtras.h"
3736#include " llvm/ADT/SmallVector.h"
38- #include " llvm/ADT/SmallVectorExtras.h"
39- #include " llvm/Support/LogicalResult.h"
40- #include < cstdint>
4137
4238namespace mlir {
4339namespace xegpu {
You can’t perform that action at this time.
0 commit comments