Posts by Eric Leonard
Technical Walkthrough
Jul 02, 2021
Accelerating Blender Python Using CUDA
This post described two different approaches for how to accelerate matrix multiplication. The first approach used the Numba compiler to decrease the overhead associated with loops in Python code. The second approach used CUDA to parallelize matrix multiplication.
9 MIN READ