stuartarchibald

Results 303 comments of stuartarchibald

> Buildfarm ID: `numba_smoketest_cuda_yaml_158`. Passed (on all non-CUDA-10.2 builds as expected since #8287)!

@esc @CHELOBV what's the status of this issue? Is there still a bug to report or can it be closed as resolved?

Thanks for the report. It seems that this is the case, lists of signatures are not handled, we should either raise with a more specific error message or just fix...

@zzh51129 which version of Numba do you have? There was a bug in the handling of mixed width integers as arguments to `np.empty` a while back, if you aren't using...

Closing this issue due to lack of information. If more information becomes available please add it and reopen the issue. Thanks.

@kc611 many thanks for the PR, it's now queued for review. RE: `np.squeeze` I don't think Numba supports this at present (what is supported is largely noted in https://numba.readthedocs.io/en/stable/reference/numpysupported.html), maybe...

Thanks for the report, as discussed at the Numba meeting today (26 July 2022), `numba.types.Bytes` is erroneously inheriting from `numba.types.Buffer` which is where the array compatible code paths come from....

#8349 is the current work-in-progress patch for NumPy 1.23. It is waiting on the availability of NumPy 1.23 compatible SciPy conda packages. Once they are available the patch will need...

> Thank you for the prompt response, @stuartarchibald ! No problem @alexlang74 !