sme
sme
I appears that you are tying to support not only Python 3 but also Python 2. If this was true and if you were accepting my pull request, you would...
I am not aware of any GUI front end for scholar.py (but I might simply be wrong, so do NOT rely on my answer). Other software uses Google Scholar in...
@BjarniRunar What's the current state of server-side css theming (without customizing Mailpile)?
It would be **really** cool if this behavior of `cuda.jit` was (explicitly) documented ;) I have just burned a couple of hours on this, thinking that I made an utterly...
@gmarkall Just checked [how to set up a dev environment](https://numba.readthedocs.io/en/stable/developer/contributing.html). Looks doable, so yes.
I'll report back.
@gmarkall @stuartarchibald First of all, cool work, thanks a lot and sorry for the delay in checking this out. I just spent a couple of hours taking it for a...
Just checked against `main` - also present there. I'll file a bug.
Erratic warnings (NumbaPerformanceWarning: Grid size) when using `@numba.vectorize(target = 'cuda')`
The above originated from an [experiment on scaling behavior](https://github.com/pleiszenburg/bulk_propagate/blob/master/test_03.ipynb). I essentially ran the same task across different array sizes (similar to the above code) but also for different settings /...
Erratic warnings (NumbaPerformanceWarning: Grid size) when using `@numba.vectorize(target = 'cuda')`
> The warnings go to stderr, and the output goes to stdout, so you can see different interleavings of them. This explains the "erratic" part - thanks. > Do you...