gpu: stop setting group_coscheduled AST build option on host code
commit296405d84388eda4844a2c34e11a2421befe7d46
authorSven Verdoolaege <skimo@kotnet.org>
Tue, 8 Oct 2013 08:39:17 +0000 (8 10:39 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 10 Apr 2015 13:18:51 +0000 (10 15:18 +0200)
treefbc4dfbecec03b70954a41c384209a6b25485a13
parent2cdba3859c8b9fda9fc08487f18d332d4c380f3e
gpu: stop setting group_coscheduled AST build option on host code

We will be generating both the host and the device code
from a single schedule tree in a subsequent commit.
In that context, the entire schedule tree is available during
AST generation, so there is no point in setting the group_coscheduled
option and there will be no way to obtain the same effect of
the group_coscheduled option in this new context.
Since we are grouping the statements in a kernel there
is already no need to set this option in the current state.
We therefore drop this option during the generation of the host AST first
so that the effect of dropping the option is available separately.

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