Changes between Initial Version and Version 1 of Ticket #36
- Timestamp:
- 09/11/10 03:55:50 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36 – description
initial v1 1 {{{scan_intervals}}} has a {{{__syncthreads()}}} and calls another device function {{{scan_block}}} that has a bunch of {{{__syncthreads()}}} within a for-loop. As threads do not exit the loop all at once, scan operations hang indefinitely at {{{__syncthreads()}}} on devices with Comput Capability 1.0.1 {{{scan_intervals}}}, in a for-loop, has a {{{__syncthreads()}}} and calls another device function {{{scan_block}}} that has a bunch of {{{__syncthreads()}}}. As threads do not exit the loop all at once, scan operations hang indefinitely at {{{__syncthreads()}}} on devices with Comput Capability 1.0.
