gpu_stmt_access: represent access to outer array element
commit7383d34027b6f1c640630786ebacd7f5050c12dc
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 17 Apr 2014 20:18:29 +0000 (17 22:18 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Sun, 22 Jun 2014 21:56:42 +0000 (22 23:56 +0200)
treecf1ce8bf1718d90069bfd3fedbad8d4d063b289b
parent62e26c05d91a96cfcd0d63a8312ee313737c7d9d
gpu_stmt_access: represent access to outer array element

We curently do not perform any remapping of arrays that involve
member elements, but the arrays that we consider themselves
are always the outer arrays, so it is more consistent for gpu_stmt_access
to also refer to these outer arrays.
This change also simplifies the next commit as in makes sure
that the entire access relation is mapped onto a single space.

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