gpu_group_references: isolate all required schedule information in structure
commit2018e80d95bdcf50c0b316be4fa21a3bb29a5753
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Oct 2013 19:54:23 +0000 (2 21:54 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 10 Apr 2015 13:18:50 +0000 (10 15:18 +0200)
treeed8c1b1c64253e8410d564f618f38f0d1b7e947a
parent00459e2ffa9192ee6e97f40d16c83769f83b3028
gpu_group_references: isolate all required schedule information in structure

In a subsequent commit, we will perform the array reference grouping
before the AST generation, which we will need to extract schedule
information from the schedule tree rather than from gpu_gen.
Store all information we need from the gpu_gen in a separate
gpu_group_data data structure to minimize the required changes when
we perform the switch.

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