Fix mlir/BUILD.bazel for XeGPUUtils. (#153689)
This commit is contained in:
parent
db5f7dc374
commit
4e63d704e8
@ -3723,11 +3723,14 @@ cc_library(
|
|||||||
includes = ["include"],
|
includes = ["include"],
|
||||||
deps = [
|
deps = [
|
||||||
":DialectUtils",
|
":DialectUtils",
|
||||||
|
":GPUDialect",
|
||||||
":IR",
|
":IR",
|
||||||
|
":LLVMDialect",
|
||||||
":LoopLikeInterface",
|
":LoopLikeInterface",
|
||||||
":SCFTransforms",
|
":SCFTransforms",
|
||||||
":TransformUtils",
|
":TransformUtils",
|
||||||
":XeGPUDialect",
|
":XeGPUDialect",
|
||||||
|
":XeVMDialect",
|
||||||
"//llvm:Support",
|
"//llvm:Support",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user