gpu: add functions for traversing the tree branch that is mapped to blocks
commit866ed8c152964dba100bbf1db7122e72c84dd6b9
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Oct 2013 19:54:23 +0000 (2 21:54 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Mar 2015 11:40:27 +0000 (30 13:40 +0200)
tree9b8c4c2dcdd843f60da47f3678f37e0caa03954d
parent82a13ac292d566f1ba78fc6054958017ee3f3ed2
gpu: add functions for traversing the tree branch that is mapped to blocks

In future commits we will be constructing a single schedule tree
containing both the host and the device code.  During this construction
we will need to move up and down the branch of the schedule tree
that is going to be mapped to block identifiers.
Add these functions first.

Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
Makefile.am
gpu_tree.c [new file with mode: 0644]
gpu_tree.h [new file with mode: 0644]