You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently PJRT/XLA python has some implicit interface to let an external framework (e.g. numpy) to co-own a PjRtBuffer.
And the Execute function will check whether an input buffer has external reference. We want to add some explicit interface to hold, release, wait a device buffer from python so that other python framework can use them in a separate thread.
Currently PJRT/XLA python has some implicit interface to let an external framework (e.g. numpy) to co-own a
PjRtBuffer
.And the
Execute
function will check whether an input buffer has external reference. We want to add some explicit interface to hold, release, wait a device buffer from python so that other python framework can use them in a separate thread.Code Pointer:
We want to add
WaitForOutstandingExternalReferenceHolds()
and expose it to the Python/jax.Array interface as a first step.The text was updated successfully, but these errors were encountered: