680 likes | 904 Views
Lecture 3 CUDA Programming 1. 张奇 复旦大学. COMP630030 Data Intensive Computing. General Ideas. Objectives Learn CUDA Recognize CUDA friendly algorithms and practices Requirements C/C++. Outline of CUDA Programming. Week 1 GPU hardware Introduction CUDA Week 2 CUDA Programming Model
E N D
Lecture 3CUDA Programming 1 张奇 复旦大学 COMP630030 Data Intensive Computing
General Ideas • Objectives • Learn CUDA • Recognize CUDA friendly algorithms and practices • Requirements • C/C++
Outline of CUDA Programming • Week 1 • GPU hardware • Introduction CUDA • Week 2 • CUDA Programming Model • CUDA Memory • CUDA Thread • Week 3 • CUDA Performance Tune • CUDA Optimization Example