Siu Kwan Lam
Siu Kwan Lam
@nsalomonis, can you test if https://github.com/numba/llvmlite/pull/447 would help avoid manual specification of the DLLs?
The limitation is not intentional. It's just that we haven't needed the missing ones yet. Please feel free to open pull requests to add more.
I've cherrypicked the prefered changes from https://github.com/numba/llvmlite/pull/870 into this PR
This looks like a build issue. On FreeBSD, the sharedlibrary is missing the `LLVMPY_AddRefPrunePass` symbol. I'm guessing it is caused by the lack of `custom_passes.cpp` in https://github.com/numba/llvmlite/blob/257f77f7417e5fbeea3aa3f7eaba176aec482fa9/ffi/Makefile.freebsd#L12-L14. For comparison, see...
i thk the patch is just below, but i don't have a freebsd handy for testing. ``` diff --git a/ffi/Makefile.freebsd b/ffi/Makefile.freebsd index ba727e3..7422e13 100644 --- a/ffi/Makefile.freebsd +++ b/ffi/Makefile.freebsd @@ -11,7...
The error is new to me. I just tried running: ```bash git clone https://github.com/numba/numba-examples cd numba-examples conda create -n numba_bench --file conda-requirements.txt source activate numba_bench python setup.py install numba_bench -o...
> Maybe add a comment why this works (and is necessary) compared to why iterating through redarrs.values() doesn't work. Thanks for the patch. It's just that `redtoset` also needs releasing...
The notebook at https://gist.github.com/sklam/0d0c179518e89b8061cab8cbb650bcce is base on the reproducer in #8291 and I added plots to show the RSS memory usage Before ...
BFID `numba_smoketest_cuda_yaml_163`