You are viewing the course site for a past offering of this course. The current offering may be found here.
Lecture 24: High Performance Image Processing & Halide (58)
fywu85

I think this philosophy is similar to Numba, where users write slow but easy code in python / numpy and later compile it into fast machine code using a just-in-time (JIT) compiler. Check out Numba here: http://numba.pydata.org/

You must be enrolled in the course to comment