Siu Kwan Lam

Results 276 comments of Siu Kwan Lam

> Hopefully #8572 will help with testing on the buildfarm - perhaps this could have another try once that is merged? Good idea. Reruning test at `numba_smoketest_cuda_yaml_171`

> > Hopefully #8572 will help with testing on the buildfarm - perhaps this could have another try once that is merged? > > Good idea. Reruning test at `numba_smoketest_cuda_yaml_171`...

I've merged main and fixed the conflict in https://github.com/numba/llvmlite/pull/871#discussion_r1107347452

Doing some git archaeology here, this issue is fixed by https://github.com/numba/numba/pull/9532.

Numba does not support bigint. It is essentially limited to integer types that are supported by numpy. The max integer width is currently limited to 64-bit. There are currently no...

Confirmed that this fixes #9379 but it has also been fixed by #9532. This doesn't fix #9586.

> > Confirmed that this fixes #9379 but it has also been fixed by #9532. This doesn't fix #9586. > > So, 9532 fixes 9379 and 9586? 9397 only fixes...

RE: https://github.com/numba/numba/issues/9413#issuecomment-2197205944 > will numba publish [PEP 703](https://peps.python.org/pep-0703/) free threading wheels (`-cp313t`)? We are talking about providing freethreading packages but the current priority is just to get through all the...

As of 6cafffe62, everything is working on py3.13 except for 3 failures that are unrelated to py3.13: - `numba.tests.test_lists.TestLists.test_mul_error` - Python3.13 is not raising MemoryError in the hatchery docker. -...

I attempted to write an atomic add using `@intrinsic` about it is held up by https://github.com/numba/numba/issues/6920.