Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 475 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 475 Bytes

CSI4119

Multi-Core and GPU Programming

Parallel programming requires a number of different efforts and techniques than single-core programming. In this course, you will learn programming models, parallel architectures, and optimization techniques for programming in multi-core and GPU. It aims to practically experience parallel programming and optimization of various applications such as matrix operation, reduction, and DNN by utilizing Std thread, OpenMP, and Cuda.