Fix vmap example in docs (#1556)

This commit is contained in:
Chris Offner
2024-11-03 01:44:14 +01:00
committed by GitHub
parent 42533931fa
commit 46d8b16ab4
2 changed files with 3 additions and 3 deletions

View File

@@ -77,7 +77,7 @@ from the GPU. Performing bounds checking for array indices before launching the
kernel would be extremely inefficient.
Indexing with boolean masks is something that MLX may support in the future. In
general, MLX has limited support for operations for which outputs
general, MLX has limited support for operations for which output
*shapes* are dependent on input *data*. Other examples of these types of
operations which MLX does not yet support include :func:`numpy.nonzero` and the
single input version of :func:`numpy.where`.