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 f6caec6 commit 85dd8f4Copy full SHA for 85dd8f4
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -3693,6 +3693,7 @@ cc_library(
3693
":XeGPUAttrInterfaceIncGen",
3694
":XeGPUEnumsIncGen",
3695
":XeGPUIncGen",
3696
+ ":XeGPUuArch",
3697
":XeVMDialect",
3698
"//llvm:Support",
3699
],
@@ -3768,6 +3769,16 @@ cc_library(
3768
3769
3770
)
3771
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
+
3782
td_library(
3783
name = "FuncTdFiles",
3784
srcs = [
0 commit comments