Skip to content

Commit

Permalink
more bazel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Feb 2, 2025
1 parent 26719d4 commit 859aaf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/enzyme_ad/jax/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ cc_library(
srcs = ["TransformOps/RaisingTransformOps.cpp"],
hdrs = ["TransformOps/RaisingTransformOps.h"],
deps = [
"@llvm-project//mlir:AffineDialect",
"@llvm-project//mlir:LLVMDialect",
"@llvm-project//mlir:SCFDialect",
"@llvm-project//mlir:SCFUtils",
"@llvm-project//mlir:FuncDialect",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:LinalgTransformOps",
Expand Down

0 comments on commit 859aaf7

Please sign in to comment.