gpu.c: remove_local_accesses: pass tagged access relation instead of group
commit4b193dcd1716559ffdb02c4c8843818b22627b89
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 7 May 2014 15:42:21 +0000 (7 17:42 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 17 Apr 2015 09:07:11 +0000 (17 11:07 +0200)
tree04281dee7505d9f1f82da135a9721a51de9324d6
parenta3d9f49027735c86acf44fd882fd5b1494eabc80
gpu.c: remove_local_accesses: pass tagged access relation instead of group

This will allow us to reuse remove_local_accesses from compute_copy_in_and_out
where we will need to remove local accesses from all array groups
rather than just a single group.

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