AsyncEvalΒΆ

Asynchronously evaluate an array or tree of arrays.

Abstract Signature:

AsyncEval(tensors: Tensor)

PyTorch

API: torch.cuda.synchronize
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Macro '[t.block_until_ready() for t in {tensors}]'

Apple MLX

API: mlx.core.async_eval
Strategy: Direct Mapping