If you look at the profiler screenshot at the bottom of the page, the time spent in the cuRAND kernel (cyan) is ~2x longer than in the numbapro kernel (purple). Even if the numbapro kernel is written in CUDA-C and…
Here's my implementation of Jenks in Numba: https://gist.github.com/sklam/4979921 It uses numpy array instead of list. Doing so without Numba is a lot slower because numpy array indexing and operating on array scalars…
If you look at the profiler screenshot at the bottom of the page, the time spent in the cuRAND kernel (cyan) is ~2x longer than in the numbapro kernel (purple). Even if the numbapro kernel is written in CUDA-C and…
Here's my implementation of Jenks in Numba: https://gist.github.com/sklam/4979921 It uses numpy array instead of list. Doing so without Numba is a lot slower because numpy array indexing and operating on array scalars…