mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 21:53:12 +08:00
[bazel] Add @pybind11 deps (#72471)
Add @pybind11 deps to the _mlirDialectsSparseTensor.so target and to the _mlirDialectsQuant.so target
This commit is contained in:
@@ -1022,6 +1022,7 @@ cc_binary(
|
||||
":CAPIIR",
|
||||
":CAPIQuant",
|
||||
":MLIRBindingsPythonHeadersAndDeps",
|
||||
"@pybind11",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -1040,6 +1041,7 @@ cc_binary(
|
||||
":CAPIIR",
|
||||
":CAPISparseTensor",
|
||||
":MLIRBindingsPythonHeadersAndDeps",
|
||||
"@pybind11",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user