mirror of
https://github.com/ROCm/jax.git
synced 2025-04-14 10:56:06 +00:00
Fix triton capi_objects target to depend on MLIR CAPIIRObjects bazel
target. "...Objects" targets should only depend on other "...Objects" targets in MLIR land. Don't mix them.
This commit is contained in:
parent
107cacafbc
commit
27e19239ca
@ -116,7 +116,7 @@ cc_library(
|
||||
hdrs = ["triton_dialect_capi.h"],
|
||||
deps = [
|
||||
"@llvm-project//llvm:Support",
|
||||
"@llvm-project//mlir:CAPIIR",
|
||||
"@llvm-project//mlir:CAPIIRObjects",
|
||||
"@llvm-project//mlir:IR",
|
||||
"@triton//:TritonDialects",
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user