NVIDIA CUDA Programming Best Practices Guide

NVIDIA CUDA Programming Best Practices Guide



NVIDIA has just released the CUDA C Programming Best Practices Guide. This guide is designed to help developers programming for the CUDA architecture using C with CUDA extensions implement high performance parallel algorithms and understand best practices for GPU Computing. Chapters on the following topics and more are included in the guide:
* Introduction to Parallel Computing with CUDA
* Performance Metrics
* Memory Optimizations
* Execution Configuration Optimizations
* Instruction Optimizations
* Control Flow
* Debugging
* Numerical Accuracy and Precision
* Performance Optimization Strategies

[source]



Related posts:

  1. NVIDIA GPU Programming Guide Updated for GeForce 8/9
  2. GPU Programming: CUDA 2.3 SDK Available
  3. SIGGRAPH 2008 Presentations: Programming with CUDA
  4. NVIDIA CUDA Tutorial
  5. CUDA Programming: CuPP C++ Framework and ISC 2009 Tutorials (CUDA / OpenCL)