Revision 62d47f1ee4dd8d1e6b270185764f5c2c450715d1 authored by Steven Johnson on 05 February 2020, 00:41:39 UTC, committed by Steven Johnson on 05 February 2020, 00:41:39 UTC
Rework clock.h to use halide_benchmark for timing. Rework lesson_16 to use halide_benchmark directly.
1 parent 0849632
Raw File
requirements.txt
# This file lists the python dependencies, 
# it is meant to be used with pip (and/or possibly virtualenv, pbundler, etc)
# See http://pip.readthedocs.org/en/latest/user_guide.html#requirements-files
# You will probably want to run 
# something similar to `pip3 install --user -r requirements.txt`

# science packages
numpy
scipy
pillow
imageio
back to top