Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion jax/_src/pallas/pallas_call.py
Original file line number Diff line number Diff line change
Expand Up @@ -1565,7 +1565,7 @@ def pallas_call(
etc.
input_output_aliases: a dictionary mapping the index of some inputs to
the index of the output that aliases them. These indices are in the
flattened inputs and outputs.
flattened inputs and outputs (ignoring None values).
debug: if True, Pallas prints various intermediate forms of the kernel
as it is being processed.
interpret: runs the ``pallas_call`` as a ``jax.jit`` of a scan over the
Expand Down
Loading