8000 Make an iteration on the ufunc loop choosing point · numpy/numpy@13636e3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 13636e3

Browse files
committed
Make an iteration on the ufunc loop choosing point
1 parent a8706dd commit 13636e3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

doc/neps/roadmap.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,11 @@ Other performance improvement ideas include:
4949

5050
- A better story around parallel execution (related is support for free-threaded
5151
CPython, see further down).
52-
- Using improvements in the ufunc context (``errstate``) to allow users
53-
for example to enable faster but less precise versions of certain loops.
52+
- Enable the ability to allow NumPy to use faster, but less precise,
53+
implementations for ufuncs.
54+
Until now, the only state modifying ufunc behavior has been ``np.errstate``.
55+
But, with NumPy 2.0 improvements in the ``np.errstate`` and the ufunc C
56+
implementation make this type of addition easier.
5457
- Optimizations in individual functions.
5558

5659
Furthermore we would like to improve the benchmarking system, in terms of coverage,

0 commit comments

Comments
 (0)
0