sklam
No user record in our sample, but sklam has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but sklam has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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…