Articles accelerated-computing

GPU tu102 block diagram

CUDA kernels in python

Write your own CUDA kernels in python to accelerate your computing on the GPU. Notebook ready to run on the Google Colab platform

Read More →

boosting python with numba and cuda

Boost python with your GPU (numba+CUDA)

Use python to drive your GPU with CUDA for accelerated, parallel computing. Notebook ready to run on the Google Colab platform

Read More →

accelerating python with numba

Make python fast with numba

Python is an interpreted language, so it's flexible and easy to use, but it can be slow. Learn how to make it 100 times faster by compiling it for your machine, with just one line of additional code. Notebook ready to run on the Google Colab platform

Read More →