Skip to content

Commit ff600da

Browse files
Add ":MathDialect" as a dep of "GPUDialect". Fixes bazel build. (#147376)
Error was: external/llvm-project/mlir/lib/Dialect/GPU/IR/GPUDialect.cpp:17:10: fatal error: 'mlir/Dialect/Math/IR/Math.h' file not found 17 | #include "mlir/Dialect/Math/IR/Math.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated.
1 parent 6337458 commit ff600da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5321,6 +5321,7 @@ cc_library(
53215321
":InferIntRangeInterface",
53225322
":InferTypeOpInterface",
53235323
":InliningUtils",
5324+
":MathDialect",
53245325
":MemRefDialect",
53255326
":SCFDialect",
53265327
":SideEffectInterfaces",

0 commit comments

Comments
 (0)