mirror of https://github.com/llvm/torch-mlir
[Bazel] Add SparseTensorDialect deps (#3357)
Required after https://github.com/llvm/torch-mlir/pull/3318 landed. GHA: https://github.com/sjain-stanford/torch-mlir/actions/runs/9120607050/job/25078271790pull/3362/head
parent
cba91a9b96
commit
706efaf57c
|
@ -110,6 +110,8 @@ cc_library(
|
|||
"@llvm-project//mlir:ControlFlowInterfaces",
|
||||
"@llvm-project//mlir:IR",
|
||||
"@llvm-project//mlir:InferTypeOpInterface",
|
||||
"@llvm-project//mlir:SparseTensorDialect",
|
||||
"@llvm-project//mlir:SparseTensorEnums",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue