public marks

PUBLIC MARKS from sylvainulg with tags programming & cuda

19 September 2013

CUDA: Unifying Host/Device Interactions with a Single C++ Macro | Dr Dobb's

Guaranteeing 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

impressive level of control on the cache policies from the assembly language.