Use ast iterator type for CUDA block and thread indices
commit9dec37cec356a0af724d6863f6a3c8e3d1928f38
authorTobias Grosser <tobias@grosser.es>
Fri, 1 Mar 2013 11:54:29 +0000 (1 12:54 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Fri, 1 Mar 2013 12:10:35 +0000 (1 13:10 +0100)
tree99bd9bb65f2b8a682b64236de1a576b7e6110863
parentb68fc83f536f61d01b3fca4bbc3e00e496679c7b
Use ast iterator type for CUDA block and thread indices

Using different types for loop iterators on the one hand
and block and thread indices on the other hand appears to have
a negative impact on performance.

Signed-off-by: Tobias Grosser <tobias@grosser.es>
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
cuda.c