Skip to content

Commit 85dd8f4

Browse files
authored
[bazel][uArch][XeGPU] Port llvm#153706: add uArch package (llvm#162872)
1 parent f6caec6 commit 85dd8f4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3693,6 +3693,7 @@ cc_library(
36933693
":XeGPUAttrInterfaceIncGen",
36943694
":XeGPUEnumsIncGen",
36953695
":XeGPUIncGen",
3696+
":XeGPUuArch",
36963697
":XeVMDialect",
36973698
"//llvm:Support",
36983699
],
@@ -3768,6 +3769,16 @@ cc_library(
37683769
],
37693770
)
37703771

3772+
cc_library(
3773+
name = "XeGPUuArch",
3774+
hdrs = glob(["include/mlir/Dialect/XeGPU/uArch/*.h"]),
3775+
includes = ["include"],
3776+
deps = [
3777+
":IR",
3778+
"//llvm:Support",
3779+
],
3780+
)
3781+
37713782
td_library(
37723783
name = "FuncTdFiles",
37733784
srcs = [

0 commit comments

Comments
 (0)