gpu.c: mark_outer_tilable: split tilable band to match tile length
commitc7d52f0dd999fc1b89a7d6224ea6662b143169b3
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 1 Aug 2013 11:03:49 +0000 (1 13:03 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Mar 2015 11:40:27 +0000 (30 13:40 +0200)
treeb1ceede2bd12f80526e1c7770a9577f021fbfc95
parent6c03fe612a8d3a2c4cc52e5babb2d8ece091e914
gpu.c: mark_outer_tilable: split tilable band to match tile length

If the number of specified tile sizes for the current kernel
is smaller than the dimension of the band node, then we need to split off
a piece that has the appropriate dimension.
This change does not have any effect at the moment since
the band and its descendants are currently replaced by a mark node,
but it is required to be able to tile the band node.

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