EventΒΆ

CUDA event wrapper for synchronization and timing.

Abstract Signature:

Event(enable_timing: bool = False, blocking: bool = False, interprocess: bool = False)

PyTorch

API: torch.Event
Strategy: Direct Mapping

JAX (Core)

API: β€”
Strategy: Custom / Partial

NumPy

API: β€”
Strategy: Custom / Partial

Keras

API: β€”
Strategy: Custom / Partial

TensorFlow

API: β€”
Strategy: Custom / Partial

Apple MLX

API: mlx.core.Event
Strategy: Direct Mapping

Flax NNX

API: β€”
Strategy: Custom / Partial

PaxML / Praxis

API: β€”
Strategy: Custom / Partial