Siu Kwan Lam

Results 276 comments of Siu Kwan Lam

Build farm passed with just odd failures with random pycc tests on windows. Will merge now and patch later.

CI passes on retry.

Yup, this is SSA related. ~The problem is that the argument is not counted as one of the definitions. In~ https://github.com/numba/numba/blob/4fc11d4169b085e904deb7d757c20ab46a99f005/numba/core/ssa.py#L158-L161, ~SSA is only applied to "violators", which are variables...

Newer llvm has https://llvm.org/docs/LangRef.html#llvm-is-fpclass-intrinsic

I am trying to fix the `run_test_in_subprocess` problem as part of #9460 in https://github.com/numba/numba/commit/c94cca32df90f796aca96c79309587113dbc03c6. By defining `TestCase.run`, I am able to make it work without the runtests script. For now,...

I'm parking my exploratory attempt to this problem (closing https://github.com/numba/numba/pull/9651 and https://github.com/numba/numba/pull/9645). @stuartarchibald and I concluded that proper support for this will require changes to TypeInference (and PartialTypeInference). We need...

> I think that this case is also covered, because pickled functions are just stored as a `module.funcname` pair, so the function _must_ exist on the other side anyway. Dask...

> @sklam will have to remind me if there's a way to avoid this situation by always using LLVM IR, and if we are sure we don't ever have to...