Guilherme Leobas
Guilherme Leobas
It doesn't seem to be possible to support this one as reflected containers don't play well with typed containers. ```python >>> from numba import typed >>> d = typed.Dict() >>>...
Hi @auderson, thanks for the report. I can confirm `test_3` takes more time to execute than its serial counterpart. ```python In [2]: n = 1_000_000 In [3]: %timeit test_1(x, n)...
> I presume it is to stop changes during compiling the gu_func from somehow effecting the original function compilation but the parfor.init_block is created in the original IR. It's not...
@DrTodd13, are you ok with merging the scopes? Otherwise, I can just use with the `scope.make_temp`.
Hi @s-m-e, thanks for the report. I'll put this up for discussion at the next triage meeting.
Thanks for the review, @apmasell
Hi @Biswa96, I have a Windows machine and can try your patch. If you provide a high level description of the necessary steps, that would be helpful.
Thanks, @Biswa96. I'll try it in the upcoming days.
Hi @Biswa96, thanks for the info. I can confirm your patch works and I was able to successfully build Numba with it. I also tried to build Numba main branch,...
Hi @maxnoe, thanks for the report. I can confirm the NumPy version is faster than Numba. ```python In [4]: %timeit any_njit(c.a) 725 µs ± 2.83 µs per loop (mean ±...