Skip to content

Commit 995c0f7

Browse files
committed
[bazel] update mlir python deps for 95767a9
1 parent 90e4215 commit 995c0f7

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

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

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3630,6 +3630,27 @@ td_library(
36303630
],
36313631
)
36323632

3633+
td_library(
3634+
name = "NVGPUTypesTdFiles",
3635+
srcs = ["include/mlir/Dialect/NVGPU/IR/NVGPUTypes.td"],
3636+
includes = ["include"],
3637+
deps = [
3638+
":InferTypeOpInterfaceTdFiles",
3639+
":SideEffectInterfacesTdFiles",
3640+
],
3641+
)
3642+
3643+
td_library(
3644+
name = "NVGPUOpsTdFiles",
3645+
srcs = ["include/mlir/Dialect/NVGPU/IR/NVGPUOps.td"],
3646+
includes = ["include"],
3647+
deps = [
3648+
":InferTypeOpInterfaceTdFiles",
3649+
":NVGPUTypesTdFiles",
3650+
":SideEffectInterfacesTdFiles",
3651+
],
3652+
)
3653+
36333654
gentbl_cc_library(
36343655
name = "NVGPUIncGen",
36353656
tbl_outs = [

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -883,6 +883,7 @@ td_library(
883883
srcs = [],
884884
includes = ["../include"],
885885
deps = [
886+
"//mlir:NVGPUOpsTdFiles",
886887
"//mlir:NVGPUTdFiles",
887888
"//mlir:OpBaseTdFiles",
888889
],

0 commit comments

Comments
 (0)