We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87cccd2 commit bd8ecfaCopy full SHA for bd8ecfa
src/array_api_extra/_lib/_utils/_helpers.py
@@ -546,7 +546,7 @@ def jax_autojit(
546
These are useful choices *for testing purposes only*, which is how this function is
547
intended to be used. The output of ``jax.jit`` is a C++ level callable, that
548
directly dispatches to the compiled kernel after the initial call. In comparison,
549
- ``jax_autojit`` incurs in a much higher dispatch time.
+ ``jax_autojit`` incurs a much higher dispatch time.
550
551
Additionally, consider::
552
0 commit comments