gpu.c: list_select_outer_band: only separate bands once
commitc6632f98ce62d13283435813e446ebdb1496ba5b
authorSven Verdoolaege <skimo@kotnet.org>
Sun, 31 Aug 2014 12:14:28 +0000 (31 14:14 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 19 Feb 2015 19:46:21 +0000 (19 20:46 +0100)
tree6c613a2ba05eaf1ea164dccf1a2a90484992bc70
parentd0482b7040690dbd73eeb710a66511727f050a71
gpu.c: list_select_outer_band: only separate bands once

That is, if we already separated all bands, then there is no point
in additionally separating bands with different values
for tile_len and/or n_parallel.
This change was deliberately kept out of the previous commit as
it may result in changes in the PPCG output.

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