aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorwenzhi-cui <40185576+wenzhi-cui@users.noreply.github.com>2023-11-16 13:41:19 +0800
committerGitHub <noreply@github.com>2023-11-15 21:41:19 -0800
commitc6b95f3ea2ea48cb687c0b837ea77fccc1c4411c (patch)
treeb4f2b19118914515c8895077fd946821dde1d63b /utils
parent5b59540661e995839ad970c782c68c2c0c74cbac (diff)
downloadllvm-c6b95f3ea2ea48cb687c0b837ea77fccc1c4411c.zip
llvm-c6b95f3ea2ea48cb687c0b837ea77fccc1c4411c.tar.gz
llvm-c6b95f3ea2ea48cb687c0b837ea77fccc1c4411c.tar.bz2
[bazel] Add @pybind11 deps (#72471)
Add @pybind11 deps to the _mlirDialectsSparseTensor.so target and to the _mlirDialectsQuant.so target
Diffstat (limited to 'utils')
-rw-r--r--utils/bazel/llvm-project-overlay/mlir/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
index fcaeb02..21ea2f8e 100644
--- a/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
+++ b/utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
@@ -1022,6 +1022,7 @@ cc_binary(
":CAPIIR",
":CAPIQuant",
":MLIRBindingsPythonHeadersAndDeps",
+ "@pybind11",
],
)
@@ -1040,6 +1041,7 @@ cc_binary(
":CAPIIR",
":CAPISparseTensor",
":MLIRBindingsPythonHeadersAndDeps",
+ "@pybind11",
],
)