Andreas Klöckner

Results 320 issues of Andreas Klöckner

On Python 3.12, this provokes a stack overflow in the scheduler. It is not quite clear why that's the case; pure-Python recursion even with generators seems to respond well to...

e.g. https://gitlab.tiker.net/inducer/loopy/-/jobs/564054 IMO there are two issues here: - First, how come the CI job is passing when all tests seem to fail? That shouldn't be happening. - Second, do...

As introduced as a workaround in #768. Needs: - [ ] A permanent solution for https://github.com/inducer/islpy/issues/102 is found.

``` knl = lp.make_kernel( [ "{[i,j]: 0

Context: https://github.com/inducer/loopy/pull/698#issuecomment-1306451565 IMO, this should only apply to code generation, not transforms. Transforms can receive permission to ignore FP reordering individually. Another aspect is that reductions do not even *have*...

Analogous to https://github.com/inducer/pyopencl/issues/668. We probably want to restrict this checking to `__debug__` mode.

Used in e.g. `split_reduction_outward`, #711. cc @kaushikcfd

This just happened to me with numpy 1.8.0 (from Debian): ``` python >>> import numpy as np >>> x = np.dtype(np.float32) >>> from pickle import dumps, loads >>> y =...

00 - Bug
component: numpy._core