Graham Markall
Graham Markall
Thanks for looking at the last two little naming things - I think this is good now... Many thanks for your patience and perseverance :-)
> it looks like I will have time to work on ways to support multiple LLVMs in January/Febuary, hopefully. Based on this plan, I'll include this in the 0.39RC milestone...
(Marked as "waiting on reviewer" as I believe the next step is when @esc looks into support for multiple LLVMs)
(Labelled as Waiting on Reviewer as this is waiting for some feedback about the CI issues) Apologies for the delay in getting back to you about this - The 0.39...
As per https://github.com/numba/llvmlite/pull/419#issuecomment-998057666 - if anyone would like to take over the completion of #419 (@overdev / @appcypher / @matthieugouel / @alendit perhaps?) - please do let me know (further...
Thanks for bringing this up - I've labelled it as a feature request. Would you be interested in looking into contributing support for passing vectors of pointers to GEP in...
I'm spending some time going through the llvmlite PR backlog - this PR seems to be one that's been stuck for a while. @sklam Do you think that you're likely...
I needed to modify the reproducer to get it to run, but I get the same output as above with: ```python import sys import llvmlite.binding as llvm def ParseBC(bc :...
The `.name` getter and setter seems to work, but it looks more like the names are not added during parsing. If I set them prior to printing them with: ```python...
For all use cases I'm aware of adding 7MB to the size of llvmlite would be un-noticeable (e.g. a CUDA toolkit package installed in the env weighs in at several...