mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-17 08:06:40 +00:00
[bazel]Fix Bazel build past bc29fc937c6cb4a210f80c93c79fc6ed97c801f8 (#119874)
This commit is contained in:
parent
7c9404c279
commit
a21f9bfe29
@ -5167,6 +5167,7 @@ cc_library(
|
||||
":FuncDialect",
|
||||
":FunctionInterfaces",
|
||||
":GPUDialect",
|
||||
":GPUUtils",
|
||||
":IR",
|
||||
":LinalgDialect",
|
||||
":MemRefDialect",
|
||||
@ -5795,6 +5796,7 @@ cc_library(
|
||||
":ExecutionEngineUtils",
|
||||
":FuncDialect",
|
||||
":GPUDialect",
|
||||
":GPUUtils",
|
||||
":GPUPassIncGen",
|
||||
":GPUToLLVMIRTranslation",
|
||||
":IR",
|
||||
@ -5829,6 +5831,26 @@ cc_library(
|
||||
]),
|
||||
)
|
||||
|
||||
cc_library(
|
||||
name = "GPUUtils",
|
||||
srcs = glob(
|
||||
[
|
||||
"lib/Dialect/GPU/Utils/*.cpp",
|
||||
],
|
||||
),
|
||||
hdrs = glob(["include/mlir/Dialect/GPU/Utils/*.h"]),
|
||||
includes = ["include"],
|
||||
deps = [
|
||||
":AffineDialect",
|
||||
":ArithDialect",
|
||||
":GPUDialect",
|
||||
":IR",
|
||||
":Support",
|
||||
":VectorDialect",
|
||||
"//llvm:Support",
|
||||
],
|
||||
)
|
||||
|
||||
td_library(
|
||||
name = "GPUTransformOpsTdFiles",
|
||||
srcs = [
|
||||
@ -6188,6 +6210,7 @@ cc_library(
|
||||
":FuncToLLVM",
|
||||
":GPUCommonTransforms",
|
||||
":GPUDialect",
|
||||
":GPUUtils",
|
||||
":GPUTransforms",
|
||||
":IR",
|
||||
":LLVMCommonConversion",
|
||||
|
Loading…
x
Reference in New Issue
Block a user