stuartarchibald

Results 41 issues of stuartarchibald

Thanks for producing these benchmarks, it's great to see these comparisons made. I was wondering about the impact of `fastmath`, this seems to be enabled here for `Fortran`: https://github.com/paugier/nbabel/blob/e68441a717bd984f712938299b092d9f63431272/fortran/Makefile#L11 and...

As title. `bin/pycc` has been deprecated for nearly 7 years, this removes it! Closes #8322

3 - Ready for Review
Effort - short

The guard code for checking a loop is conformant to what literal_unroll can handle was incorrectly exiting the pass if it encountered a non-conformant loop, e.g. a while loop, opposed...

3 - Ready for Review
Effort - short

As title. Do not merge.

2 - In Progress

As title. Fixes #5344

4 - Waiting on author
Effort - medium

This is to track an issue that appeared on the PPC64LE target when trying to update the OpenMP threading backend to use `omp_set_max_activate_levels` as a replacement for `omp_set_nested`. xref: https://github.com/numba/numba/pull/7705....

threading
bug - incorrect behavior
ISA: POWER

As title... place holder ticket for discussion over what to focus on first. `scipy.special` and `scipy.sparse` were suggested here: https://github.com/numba/numba/issues/4292#issuecomment-510257368

discussion

As title. vmImage macOS-10.15 is deprecated.

2 - In Progress

Following on from https://github.com/numba/llvmlite/pull/837, which adds support for obtaining remarks from LLVM passes. It should now be possible to update the `RefPrunePass`, which does Numba specific ref-op pruning, to emit...

enhancement