Commentaires
- Aucun commentaire trouvé
Par AdminPoly Champs cochés : Confirmé 6246 téléchargements
CUDA_C_Programming_Guide.pdf
La programmation pour GPU avec le framework CUDA de Nvidia :
Chapter 1 is a general introduction to CUDA.
Chapter 2 outlines the CUDA programming model.
Chapter 3 describes the programming interface.
Chapter 4 describes the hardware implementation.
Chapter 5 gives some guidance on how to achieve maximum performance.
Appendix A lists all CUDA-enabled devices.
Appendix B is a detailed description of all extensions to the C language.
Appendix C lists the mathematical functions supported in CUDA.
Appendix D lists the C++ features supported in device code.
Appendix E gives more details on texture fetching.
Appendix F gives the technical specifications of various devices, as well as more architectural details.
Appendix G introduces the low-level driver API.