Graham Markall
Graham Markall
gpuci run tests
`del` is not supported - I see we don't list it as supported, but we also don't list it as unsupported - in #9593 I've added a note that it...
As a workaround I think you can write ```python @numba.njit def inc_array(x, val): x[()] += val ```
Sorry, I think I mean something like that, yes - I'd come across this issue before of having to use `variable[()]` for the value of a rank 0 array, but...
Related: #7613
Work on alternative typing systems also being done in #9513 and #9548.
> with this PR, if add `@overload(np.apply_along_axis, override=True)` for the second definition, the output is correct. #9578, right?
Thanks for the nice report - I think this needs labelling as a feature request to support these functions. I also tried not using the list in the `vstack` version:...
Labels edited to prevent it getting closed again - this appears to still be relevant, just unscheduled.