stuartarchibald
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
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...
As title. Fixes #5344
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....
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
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...