Graham Markall
Graham Markall
As this is a general question about Numba usage, could you please post the question on the Numba Discourse: https://numba.discourse.group - hopefully someone there can suggest some changes to your...
Just removed needtriage / question so this won't go stale again (assuming that this is a real issue that needs looking at at some point based on Stuart's CC comment...
Many thanks for the PR! gpuci run tests
Ah, sorry for not being more clear. `dummyarray.Array` is not really like a NumPy array so it doesn't have the same API for its methods - its purpose and design...
> I think for this PR we could focus on the second option OK - that sounds good to proceed - please let me know if I can provide more...
Unfortunately this still reproduces with current master (I get a segfault on the second run).
From https://numba.discourse.group/t/cacheing-specific-numba-function-causes-sigabrt/1497, it looks like the problem is with the unresolved symbols generated during the compilation of mutual / type-varying recursion. For example, the error there is: ``` LLVM ERROR:...
gpuci run tests
gpuci run tests
The tests need to be avoided when the ctypes binding is in use - additionally, we need to provide a more appropriate error message when an attempt to use the...