Graham Markall
Graham Markall
@thundergoth I'd suggest making a post on the [Numba Discourse](https://numba.discourse.group) with an example of the code that you're using and the errors that you're getting when running it - hopefully...
@kc611 Is this issue still relevant now that the generator API is supported?
Thanks @dlee992. I hope we'll figure out a way to un-stall the main PR in numba-cuda (https://github.com/NVIDIA/numba-cuda/pull/15) but it turned out to be much trickier than I expected.
@crackwitz it doesn't exist, because there isn't a way in which you can robustly ensure that in a simple way. I would like such a feature to exist in Numba...
> For a record: I guess this PR could be surpassed by #1042? Maybe technically, but we won't be able to merge #1042 because it contains the whole LLVM 17...
Opaque pointers were implemented in #1064 - closing. Many thanks for this initial work / reference, @folded !
Thanks for the PR! The failing test seems a bit odd, so I'm just re-running that config. (macOS py310_np124). Would you be able to add a test that uses floating...
@SamPruden Have you come across https://render.githubusercontent.com/view/ipynb?color_mode=light&commit=330e2fd1dd6cbc799aadd0d40e8c6391ebbaadf1&enc_url=68747470733a2f2f7261772e67697468756275736572636f6e74656e742e636f6d2f676d61726b616c6c2f6c6966652d6f662d612d6e756d62612d6b65726e656c2f333330653266643164643663626337393961616464306434306538633633393165626261616466312f4c6966652532306f66253230612532304e756d62612532304b65726e656c2532302d253230776974682d2532306f75747075742e6970796e62&nwo=gmarkall%2Flife-of-a-numba-kernel&path=Life+of+a+Numba+Kernel+-+with-+output.ipynb&repository_id=256233857&repository_type=Repository#Loading-the-module already? Some of the details in it from "Loading the Module" onwards might be helpful for your hacking. I think that providing a supported...
There's some ongoing work towards this in https://github.com/numba/numba/pull/7860 - we're making progress (mainly thanks to the great efforts of @stuartarchibald) but this will take some time to complete.
@chaoming0625 It's not - that PR was an experiment, but it didn't fully work.