Graham Markall

Results 776 comments of Graham Markall

#8783 is a bit old so I wanted to test it with `main` merged. Unfortunately I can't push to the PR, so I've created #10278 to test the up-to-date version.

Thanks for the report and nice reproducer! I can reproduce the issue.

I think we're missing the `is` implementation for structrefs. It needs adding to Numba, but as a workaround for now I think: ```python mport operator import platform import sys import...

Adding "good first issue" as this is an item where the fix from the code above can be picked up, moved into the core of Numba, and a test added...

@Voohitha-hub We don't use the "assign" feature of Github issues to assign items to external contributors, but you can just submit a PR when you're ready.

I think this could also be a correctness issue if we're aiming to interoperate with code that requires particular alignment of structures - for example, IIRC complex values on CUDA...

In the triage meeting today, we did discuss getting rid of the frozen set of attributes and recommending that the verifier be run on the IR. However, as far as...

Also, I should have said earlier: many thanks for all your efforts and the trouble you've gone to to put this together - it is certainly looking promising, from the...

> TODO: add tests to MCJITMemoryManagerTest This is done now, I think? Or are you planning to add more tests?