We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978c40b commit 4d51e83Copy full SHA for 4d51e83
mlir/lib/Conversion/GPUCommon/OpToFuncCallLowering.h
@@ -9,6 +9,7 @@
9
#define MLIR_CONVERSION_GPUCOMMON_OPTOFUNCCALLLOWERING_H_
10
11
#include "mlir/Conversion/LLVMCommon/Pattern.h"
12
+#include "mlir/Dialect/Arith/IR/Arith.h"
13
#include "mlir/Dialect/GPU/IR/GPUDialect.h"
14
#include "mlir/Dialect/LLVMIR/LLVMDialect.h"
15
#include "mlir/IR/Builders.h"
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -5744,6 +5744,7 @@ cc_library(
5744
"lib/Conversion/GPUCommon/OpToFuncCallLowering.h",
5745
],
5746
deps = [
5747
+ ":ArithDialect",
5748
":GPUDialect",
5749
":IR",
5750
":LLVMCommonConversion",
0 commit comments