rocm_jax/docs/jax.extend.ffi.rst
Dan Foreman-Mackey b308c64936 Export jaxlib.xla_client.register_custom_call_target as jax.extend.ffi.register_ffi_target.
This means that users of the FFI interface won't need to directly
interact with `jaxlib.xla_client` at all.

I've expanded the doctring a little and changed one default: the default
`api_version` is `1` instead of `0` to be consistent with the new name.
2024-07-19 08:12:25 -04:00

13 lines
188 B
ReStructuredText

``jax.extend.ffi`` module
=========================
.. automodule:: jax.extend.ffi
.. autosummary::
:toctree: _autosummary
ffi_call
ffi_lowering
pycapsule
register_ffi_target