Skip to content

Commit 9fb52c1

Browse files
committed
Be more explicit on what jit and jit_backend are doing by default
1 parent dda315d commit 9fb52c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/blosc2/lazyexpr.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3910,10 +3910,10 @@ def lazyudf(
39103910
Whether to evaluate the function in chunks or not (blocks).
39113911
jit: bool or None, optional
39123912
JIT policy for miniexpr-backed execution:
3913-
``None`` uses default behavior, ``True`` prefers JIT, ``False`` disables JIT.
3913+
``None`` uses default behavior (currently, JIT is tried out), ``True`` prefers JIT, ``False`` disables JIT.
39143914
jit_backend: {"tcc", "cc"} or None, optional
39153915
JIT backend selection for miniexpr-backed execution:
3916-
``None`` uses backend defaults, ``"tcc"`` forces libtcc, ``"cc"`` forces C compiler backend.
3916+
``None`` uses backend defaults (currently "tcc"), ``"tcc"`` forces libtcc, ``"cc"`` forces C compiler backend.
39173917
kwargs: Any, optional
39183918
Keyword arguments that are supported by the :func:`empty` constructor.
39193919
These arguments will be used by the :meth:`LazyArray.__getitem__` and

0 commit comments

Comments
 (0)