19 September 2013
CUDA: Unifying Host/Device Interactions with a Single C++ Macro | Dr Dobb's
by sylvainulgGuaranteeing that all the devices can use the layout of a C++ object is constant challenge for CUDA C++ programmers [...] [there] has been a revision to the C++ type_traits definitions. Key to this article are the is_standard_layout() and the more general is_trivially_copyable() methods to check the copyability of a C++ class:
10 September 2013
PTX ISA :: CUDA Toolkit Documentation
by sylvainulgimpressive level of control on the cache policies from the assembly language.
1
(2 marks)