Siu Kwan Lam
Siu Kwan Lam
Let's wait for LLVM15 becoming default
What are listed in `$ ls /usr/lib/libz.*`?
I am temporarily hosting the patched wheels for testing at anaconda.org. You can get it with `pip install -i https://pypi.anaconda.org/numba/simple llvmlite==0.22.0rc1`
I just discovered there is un-committed code in my local branch: https://github.com/numba/numba/pull/9711/commits/a5ac54c13436b9eba3a80a76528fdd46bbb548be, which add another test for an issue. 🤦
I suspect a lot of the slowness is the typical object-oriented overhead. Before jumping into cython, maybe it worth checking if Python3.13 JIT will improve things as it might come...
Some key points from triage discussion about this: * basic Python JIT is coming in a month in Python 3.13. We should see its effect. * Cythonize effort will be...
@ehsantn, can you rerun your code with `NUMBA_CHROME_TRACE=trace.json` and share the `trace.json` with us? You can view the content of the file with any chrome based browser using `chrome://tracing`. The...
PR is ready once suggestion in https://github.com/numba/numba/pull/9715#pullrequestreview-2277695510 is addressed.
There are many PEP8 errors introduced in this patch. Can you run the script in https://github.com/numba/numba/pull/9704 to find and fix these errors?
https://github.com/numba/numba/pull/9682/commits/056b0d755029fa4c9a642474248c6b51c2f608f6 contains workaround for https://github.com/python/cpython/issues/122584