Exemples de PJRT

Exemple: Plug-in CUDA JAX

  1. Implémentation de l'API C PJRT via un wrapper (pjrt_c_api_gpu.h).
  2. Configurez le point d'entrée du package (setup.py).
  3. Implémentez une méthode initialize() (__init__.py).
  4. Peut être testé avec n'importe quel test jax pour CUDA.

Implémentations de frameworks

Quelques références pour utiliser PJRT côté framework, afin d'interagir avec les appareils PJRT:

Implémentations matérielles