Makefile mentions non-existing cases
Hi,
the makefile contains this
BIN=\
01.matmul_seq \
01.matmul_seq-noblock \
01.matmul_seq-slow \
02.matmul_task+dep \
03.matmul_task+reduction \
but neither 01.matmul_seq-noblock
or 01.matmul_seq-slow
seem to exist in the repository. Is this an oversight or they should indeed be in the repository?
Thanks!