gpu: extract effective block size from schedule tree
commit27ce1684e91b0058fe43eb826f74975c66796036
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 9 Oct 2013 14:22:16 +0000 (9 16:22 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Mar 2015 11:40:27 +0000 (30 13:40 +0200)
treeae3994c29b0a335ea0b16c2d133e534452e53ba1
parent55c11c67c44c0468980e1df7affd9b43706b4363
gpu: extract effective block size from schedule tree

Before, we would extract the effective block size based on the domain
of the schedule generated by the AST generator for the host code.
Since we want to insert a context node in the schedule tree expressing
the bounds on the thread identifiers,
we need to extract this set from the schedule tree instead.

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