gpu_group.c: access_is_bijective: allow more general input
commitcf11a3c20e682d46a4efc78ab51cf1fce27e683f
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)
tree4ba111174f87478865c3f4e67fd8eabcef220a7b
parentad6c34b8c266b54fc7206bbd41d872ae49c2d4fb
gpu_group.c: access_is_bijective: allow more general input

In particular, allow an access relation with input dimension
at least gen->shared_len, rather than exactly gen->shared_len + gen->n_block.

We will need this more general version in the next commit.

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