Thank you for sending your enquiry! One of our team members will contact you shortly.
Thank you for sending your booking! One of our team members will contact you shortly.
Course Outline
GPU Computing and CUDA Architecture
- Differences between CPU and GPU architectures
- NVIDIA GPU streaming multiprocessor architecture
- Overview of the CUDA programming model
- Heterogeneous computing and the host-device paradigm
Establishing the CUDA Development Environment
- Installation of CUDA Toolkit 13.x
- NVCC compiler and build processes
- Verifying the environment through device queries
- IDE integration and development tools
Writing and Launching CUDA Kernels
- Syntax and qualifiers for kernel functions
- Launch configuration and execution processes
- Vector addition and fundamental data-parallel patterns
- CUDA error-checking macros
CUDA Thread Hierarchy and Execution Model
- Organization of grids, blocks, and threads
- Thread indexing and global ID calculation
- Warp execution and the SIMT model
- Occupancy and resource utilization metrics
GPU Memory Architecture and Management
- Memory types: global, shared, constant, and registers
- Allocating and deallocating device memory
- Data transfers between host and device
- Using shared memory for intra-block collaboration
Unified Memory and Data Migration
- The unified memory model and managed allocations
- Page migration and on-demand paging mechanisms
- Asynchronous prefetching using cudaMemPrefetchAsync
- Memory advice hints for optimizing access patterns
System-Wide Profiling with Nsight Systems
- Timeline analysis in Nsight Systems
- Identifying CPU-GPU synchronization points
- Visualizing kernel execution and memory transfers
- Interpreting system-level performance data
Kernel Optimization with Nsight Compute
- Interactive kernel profiling with Nsight Compute
- Analyzing memory throughput and bandwidth
- Evaluating compute utilization and warp state statistics
- Guided analysis and optimization strategies
Concurrent Streams and Asynchronous Operations
- CUDA streams and the default stream behavior
- Overlapping kernel execution with data transfers
- Stream synchronization and CUDA events
- Design patterns for multi-stream pipelines
Error Handling and Debugging Tools
- CUDA API error codes and recovery strategies
- Using compute-sanitizer for memory access validation
- Kernelf debugging with cuda-gdb
- Assertions and synchronous error detection methods
Profile-Driven Optimization Workflow
- Iterative profiling methodology
- Identifying and prioritizing bottlenecks
- Performance regression testing
- Documenting optimization decisions
End-to-End Accelerated Application Project
- Designing a comprehensive GPU-accelerated solution
- Integrating profiling throughout the development lifecycle
- Performance benchmarking and reporting
- Deployment considerations for production environments
Requirements
- Fundamental C/C++ programming skills, including knowledge of variable types, loops, conditional statements, functions, and array manipulation
- Experience compiling and running programs via the command line
- No prior experience with GPU or CUDA programming is necessary
Audience
- Software developers and engineers aiming to accelerate C/C++ applications using GPUs
- Scientific researchers and HPC professionals transitioning from CPU-only environments to heterogeneous computing
- Technical leads assessing GPU acceleration for production workloads
8 Hours