rocm_jax/docs/jax.experimental.pallas.rst
Sergei Lebedev 46e65b5982 [pallas] Added API docs for Triton and Mosaic GPU backends
I've left the TPU backend docs a stub for now. Hopefully, someone working
on Pallas TPU can fill them in later.
2024-10-10 12:27:53 +01:00

57 lines
694 B
ReStructuredText

``jax.experimental.pallas`` module
==================================
.. automodule:: jax.experimental.pallas
Backends
--------
.. toctree::
:maxdepth: 1
jax.experimental.pallas.mosaic_gpu
jax.experimental.pallas.triton
jax.experimental.pallas.tpu
Classes
-------
.. autosummary::
:toctree: _autosummary
BlockSpec
GridSpec
Slice
MemoryRef
Functions
---------
.. autosummary::
:toctree: _autosummary
pallas_call
program_id
num_programs
load
store
swap
atomic_and
atomic_add
atomic_cas
atomic_max
atomic_min
atomic_or
atomic_xchg
atomic_xor
broadcast_to
debug_print
dot
max_contiguous
multiple_of
run_scoped
when