gpu.c: mark_outer_tilable: mark point band as to be mapped to threads
commit82a13ac292d566f1ba78fc6054958017ee3f3ed2
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Oct 2013 10:48:14 +0000 (2 12:48 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Mar 2015 11:40:27 +0000 (30 13:40 +0200)
treeeb1e67122fb64e48f84969670bc682080f61fcf5
parent748190b0c738fe8fff718f60866f8315a3f78b71
gpu.c: mark_outer_tilable: mark point band as to be mapped to threads

The kernel code is currently still generated from the flat schedule,
but in a future commit, create_kernel will create the appropriate
schedule tree representation and the mark will be used to identify
the band that needs to be mapped to threads.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
gpu.c