Closed GoogleCodeExporter closed 8 years ago
Current POR is to implement these in a cuda_closure
struct cuda_closure
{
unsigned int thread_index(void) const { return threadIdx.x; }
unsigned int block_index(void) const { return blockIdx.x; }
};
Original comment by wnbell
on 21 Aug 2011 at 10:22
Original comment by wnbell
on 21 Aug 2011 at 10:41
This issue was closed by revision 78e5dc3e2633.
Original comment by wnbell
on 19 Oct 2011 at 7:37
Original issue reported on code.google.com by
jaredhoberock
on 8 Feb 2011 at 12:49