Skip to main content

2 docs tagged with "parallel"

View all tags

Numba JIT Compilation

LLVM-based JIT compilation for Python numerical code - GPU acceleration, parallel loops, and ufunc creation with @jit and @cuda.jit.

Python at Scale

Multiprocessing, Ray, Dask, and distributed Python - moving beyond a single CPU core for data processing and model training.