lax.pdot() function status #13851
-
Hi, Could you please clarify the status of the lax.pdot() function? It is absent in the documentation (https://jax.readthedocs.io/en/latest/jax.lax.html) and has no docstring at all (https://github.com/google/jax/blob/8d2cd5cce3377d59cc096a5e9c91f9856efc29a5/jax/_src/lax/parallel.py#L444). However, it is used in some tests and examples, including the xmap() tutorial (https://jax.readthedocs.io/en/latest/notebooks/xmap_tutorial.html). |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It was added in #5020 as an experimental primitive, and never documented. I suspect it was never intended to be a public function, though for historical reasons it is still exported publicly from |
Beta Was this translation helpful? Give feedback.
It was added in #5020 as an experimental primitive, and never documented. I suspect it was never intended to be a public function, though for historical reasons it is still exported publicly from
jax.lax
. @mattjj might be able to comment more on the status of this.