[bazel] Port db42345dc6
This commit is contained in:
@@ -3419,6 +3419,7 @@ cc_library(
|
||||
deps = [
|
||||
":AffineUtils",
|
||||
":Analysis",
|
||||
":DialectUtils",
|
||||
":FunctionInterfaces",
|
||||
":GPUDialect",
|
||||
":GPUUtils",
|
||||
@@ -8988,6 +8989,7 @@ cc_binary(
|
||||
"//mlir/test:TestTransforms",
|
||||
"//mlir/test:TestVector",
|
||||
"//mlir/test:TestVectorToSPIRV",
|
||||
"//mlir/test:TestXeGPU",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
@@ -1159,3 +1159,19 @@ cc_library(
|
||||
"//mlir:Transforms",
|
||||
],
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "TestXeGPU",
|
||||
srcs = glob(["lib/Dialect/XeGPU/*.cpp"]),
|
||||
includes = ["lib/Dialect/Test"],
|
||||
deps = [
|
||||
"//mlir:GPUDialect",
|
||||
"//mlir:IR",
|
||||
"//mlir:MemRefDialect",
|
||||
"//mlir:Pass",
|
||||
"//mlir:TransformUtils",
|
||||
"//mlir:VectorTransforms",
|
||||
"//mlir:XeGPUDialect",
|
||||
"//mlir:XeGPUTransforms",
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user