Migrate shardy dialect extension to nanobind.

PiperOrigin-RevId: 707991933
This commit is contained in:
Peter Hawkins 2024-12-19 12:24:29 -08:00 committed by jax authors
parent 3e2f2aabae
commit 9c3365fb95

View File

@ -312,9 +312,9 @@ py_extension(
":jaxlib_mlir_capi_shared_library",
"@llvm-project//mlir:CAPIIRHeaders",
"@llvm-project//mlir:IR",
"@llvm-project//mlir:MLIRBindingsPythonHeaders",
"@llvm-project//mlir:MLIRBindingsPythonNanobindHeaders",
"@local_config_python//:headers",
"@pybind11",
"@nanobind",
"@shardy//shardy/integrations/c:sdy_capi_headers",
],
)