Skip to content

Commit 4d51e83

Browse files
committed
[mlir] fixes for f6431f0
1 parent 978c40b commit 4d51e83

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mlir/lib/Conversion/GPUCommon/OpToFuncCallLowering.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#define MLIR_CONVERSION_GPUCOMMON_OPTOFUNCCALLLOWERING_H_
1010

1111
#include "mlir/Conversion/LLVMCommon/Pattern.h"
12+
#include "mlir/Dialect/Arith/IR/Arith.h"
1213
#include "mlir/Dialect/GPU/IR/GPUDialect.h"
1314
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
1415
#include "mlir/IR/Builders.h"

utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5744,6 +5744,7 @@ cc_library(
57445744
"lib/Conversion/GPUCommon/OpToFuncCallLowering.h",
57455745
],
57465746
deps = [
5747+
":ArithDialect",
57475748
":GPUDialect",
57485749
":IR",
57495750
":LLVMCommonConversion",

0 commit comments

Comments
 (0)