gpu.c: create_kernel: obtain number of block dimensions from marked band
commit68b66313ee893c906807fb5fc8bd29ec7122c42a
authorSven Verdoolaege <skimo@kotnet.org>
Wed, 2 Oct 2013 10:48:14 +0000 (2 12:48 +0200)
committerSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Mar 2015 11:40:27 +0000 (30 13:40 +0200)
tree6f7313174eff65776a8cc08c4f27bbfe3528f7a8
parent0f3d5f58ae08b43977264cb5ff0138528d8f5a65
gpu.c: create_kernel: obtain number of block dimensions from marked band

The initial number of block dimensions is currently always equal
to the initial number of grid dimensions because the bands
mapped to blocks and threads are derived from the same band
through tiling.  In future, however, we may want to handle
other cases, so from here on we do not assume any specific
relation between these two bands.

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