gpu: extract set of accessed array elements from schedule tree
commit1392c9b73ff1e4896a5191e175fc5612227d7141
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 8 Oct 2013 08:50:30 +0000 (8 10:50 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 16 Mar 2015 13:35:01 +0000 (16 14:35 +0100)
tree9730734b8f3c6ddf1468e7bb362eaef4f06da1d9
parent9d228336ef506d34727cbfe6c988682fe5cbc4f8
gpu: extract set of accessed array elements from schedule tree

Before, we would extract the set of accessed array elements from the schedule
generated by the AST generator for the host code.
Since we want to perform the kernel analysis before the AST generation,
we need to extract this set from the schedule tree instead.

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