Graham Markall
Graham Markall
gpuci run tests
@stuartarchibald Many thanks for the review - I've now made changes and responded to all comments on the diff. Regarding the questions: 1. It is essentially the same machinery as...
gpuci run tests
@stuartarchibald Many thanks for the round of review - all comments now acknowledged / updates made, and this should be ready for another look (assuming CI is all good).
@stuartarchibald Did the buildfarm finish?
@sklam How did it go on the buildfarm?
Loading an archive is not yet supported, but there's a PR to add it in llvmlite: https://github.com/numba/llvmlite/pull/902 - you could try adding the code from that branch and using the...
Ah, I don't think it will identify the required path - does it get further if you give the full path?
> llvmlite's `load_library_permanently` and the new `add_archive` need a full file reference. Is there a way to instead have them work with the equivalent of `-lgcc` (or `-lgcc_s`), allowing the...
The patch from https://github.com/numba/numba/issues/8172#issuecomment-1160474583 slows down the fast variant in the reproducer from https://github.com/numba/numba/issues/9038. Without the patch, `dist_cityblock_2()` runs in: ``` 2.34 µs ± 10.9 ns per loop (mean ±...