Emergency Self-Construct
Emergency Self-Construct
`Build numba_smoketest_cuda_yaml_155 has started`
`a9c095e82` has passed on the anaconda internal build farm for all CUDA versions except 10.2 as expected.
Thank you for the patch!
> Hello, > > Please read this post https://stackoverflow.com/questions/70311592/numba-np-convolve-really-slow/70312564 . It shows that there are some **issues with the current internal dot product implementation**. Typically, the current dot product BLAS...
> I see that numba reimplements numpy functions in Python, then use the jit compiler to compile that. > > https://github.com/numba/numba/blob/main/numba/np/arraymath.py#L4079 > > I'm not super familiar with numba internals,...
> Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much....
@naveensrinivasan thank you. After some OOB deliberation amongs developers, we decided to accept this patch!
@firai thank you for this suggestion. As discussed in the developer meeting last night (https://github.com/numba/numba/wiki/Minutes_2022_08_09) this can indeed be removed.
@stuartarchibald I have fixed up the items from the review and tested the patch on a `ppc64le` machine. The Numba test suite now passes on that platform w/o linking errors.
@stuartarchibald thank you for the review. I double checked b17fe1a manually again on a power8 machine. I was able to compile Numba and the test suite ran to completion w/o...