Changes between Initial Version and Version 1 of Ticket #27
- Timestamp:
- 08/19/10 03:09:25 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27 – description
initial v1 2 2 This is because the shared array {{{s_data}}} is declared with the {{{volatile}}} keyword to enable the warp level programming, and there is no copy constructor and no assignment operator defined for copying or assigning a value of the type {{{TyOut}}} to a variable of type {{{volatile TyOut}}}. 3 3 4 The following error messages are generated 5 4 The following error messages are generated by nvcc. 6 5 {{{ 7 6
