gpu_array_tile: keep track of whether the tile requires unrolling
commit8945434daac6546b284924e336a37d4230de5ed4
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 3 Oct 2013 13:40:50 +0000 (3 15:40 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 3 Apr 2015 07:42:45 +0000 (3 09:42 +0200)
tree9282112ea1bd6d3eace7c6611c5c8ef878018837
parentcf11a3c20e682d46a4efc78ab51cf1fce27e683f
gpu_array_tile: keep track of whether the tile requires unrolling

This will allow us to reject a mapping to private memory that requires
unrolling when there are any array groups that are forcibly mapped
to private memory from within compute_group_bounds_core in the next commit.

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