Skip to content

Commit

Permalink
[bazel] add llvm/HipStdPar (llvm#68883)
Browse files Browse the repository at this point in the history
  • Loading branch information
metaflow authored Oct 12, 2023
1 parent 8dcee58 commit f5c3412
Showing 1 changed file with 23 additions and 5 deletions.
28 changes: 23 additions & 5 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -1663,6 +1663,23 @@ cc_library(
],
)

cc_library(
name = "HipStdPar",
srcs = glob([
"lib/Transforms/HipStdPar/*.cpp",
"lib/Transforms/HipStdPar/*.h",
]),
hdrs = ["include/llvm/Transforms/HipStdPar/HipStdPar.h"],
copts = llvm_copts,
deps = [
":Analysis",
":Core",
":Support",
":TargetParser",
":TransformUtils",
],
)

cc_library(
name = "Coroutines",
srcs = glob([
Expand Down Expand Up @@ -2502,22 +2519,23 @@ cc_library(
":AggressiveInstCombine",
":Analysis",
":CodeGen",
":common_transforms",
":config",
":Core",
":Coroutines",
":IPO",
":IRPrinter",
":HipStdPar",
":InstCombine",
":Instrumentation",
":IPO",
":IRPrinter",
":MLPolicies",
":ObjCARC",
":pass_registry_def",
":Scalar",
":Support",
":Target",
":TransformUtils",
":Vectorize",
":common_transforms",
":config",
":pass_registry_def",
],
)

Expand Down

0 comments on commit f5c3412

Please sign in to comment.