Emergency Self-Construct
Emergency Self-Construct
Here is the relevant bit in the Numba IR: ``` label 234: $236binary_subscr.3 = getitem(value=arr, index=addr, fn=) ['$236binary_subscr.3', 'addr', 'arr'] $const240.4.2 = const(str, word) ['$const240.4.2'] $242binary_subscr.5 = static_getitem(value=$236binary_subscr.3, index=word, index_var=$const240.4.2,...
If you apply the patch I suggested to do the explicit cast you will see: ``` val := uint64, val.1 := uint64, val.2 := uint64, val.3 := uint64] ``` which...
Hi @apiqwe -- I am the person in charge of triaging issues this week. I ran your reproducer and can confirm that Numba treats `-np.nan` as though it didn't have...
would it make sense to rebuild llvmdev?
> #1346 solves the main branch build issue with a cleaner way. This PR would warrant more broader changes to llvmdev and numba builds as well and require testing llvmdev->llvmlite->numba....
@Darragh-Drohan thank you very much for opening this! The maintainers will discuss this during an upcoming meeting and we will get back to you.
@Darragh-Drohan I have updated the s390x support ticket here: https://github.com/numba/llvmlite/issues/780#issuecomment-3456251397
The initial part of this was solved with https://github.com/numba/llvmlite/pull/1279
@nikimagic this issue is about adding CI support for Python 3.14 -- what do you wish to communicate with your comments? It looks like you tried to install 0.46.0b1 --...
> > [@nikimagic](https://github.com/nikimagic) this issue is about adding CI support for Python 3.14 -- what do you wish to communicate with your comments? It looks like you tried to install...