├── README.md ├── Study_#1_GPU History and architecture.pdf ├── Study_#2_CUDA_Introduction.pdf ├── Study_#3_CUDA_Memory.pdf └── Study_#6_Warp_Level.pdf /README.md: -------------------------------------------------------------------------------- 1 | ## General Purpose Graphic Processing Unit (GPGPU) Study 2 | This is a repository of the study "GPGPU". The goal of this study is to understand `GPGPU` and GPGPU APIs including `cuBLAS`, `cuRAND`, `cuDNN`. Our materials are open to this github and youtube. 3 | 4 | ### Acknowledgment 5 | This study is supported by parallel development community (PDC, https://cafe.naver.com/speedbetter) 6 | 7 | ### Reference 8 | 1. https://cafe.naver.com/speedbetter/1792 9 | 2. https://people.maths.ox.ac.uk/gilesm/cuda/ 10 | 3. http://paulrichmond.shef.ac.uk/teaching/COM4521/ 11 | 4. https://github.com/ConstantPark/EDU-Parallel_Processing_Lecture 12 | 13 | 14 | ## Presentation with Video 15 | ### Week1: Introduction: GPU History and GPU Achitecture (August 16, 2020) 16 | 17 | Presenter: 정현수 (89douner@gmail.com) 18 | PPT: https://github.com/ConstantPark/Parallel_Development_Community_GPGPU_Study/blob/master/Study_%231_GPU%20History%20and%20architecture.pdf 19 | Video: https://youtu.be/BpWZ5PXSHVU 20 | 21 | ### Week2: Introduction to Compute Unified Device Architecture (September 06, 2020) 22 | 23 | Presenter: 박상수 (sonicstage12@naer.com) 24 | PPT: https://github.com/ConstantPark/Parallel_Development_Community_GPGPU_Study/blob/master/Study_%232_CUDA_Introduction.pdf 25 | Video: 26 | 27 | ### Week3: CUDA Memory (October 04, 2020) 28 | 29 | Presenter: 원동식 30 | PPT: https://github.com/ConstantPark/Parallel_Development_Community_GPGPU_Study/blob/master/Study_%233_CUDA_Memory.pdf 31 | Video: https://youtu.be/hulzwjY-dMg 32 | 33 | ### Week4: CUDA Memory (November 08, 2020) 34 | 35 | Presenter: 신재익 (jishin86@gmail.com) 36 | PPT: 37 | Video: https://youtu.be/upO6apPQHdA 38 | 39 | ### Week5: CUDA Performance (November 22, 2020) 40 | 41 | Presenter: 조원영 (bourbaki10@gmail.com) 42 | PPT: 43 | Video: https://youtu.be/T-1TQSaib4A 44 | 45 | ### Week6: Warp Level CUDA and Atomics (December 13, 2020) 46 | 47 | Presenter: 박상수 (sonicstage12@naver.com) 48 | PPT: https://github.com/ConstantPark/Parallel_Development_Community_GPGPU_Study/blob/master/Study_%236_Warp_Level.pdf 49 | Video: https://youtu.be/EBI8GNHtEn8 50 | 51 | ## Contributors 52 | **Main Contributor**: Jae-Ik Shin (jishin86@gmail.com), Constant Park (sonicstage12@naver.com) 53 | 54 | -------------------------------------------------------------------------------- /Study_#1_GPU History and architecture.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConstantPark/Parallel_Development_Community_GPGPU_Study/a03b30506f9225074adb1526ebc3cd3af53a77dc/Study_#1_GPU History and architecture.pdf -------------------------------------------------------------------------------- /Study_#2_CUDA_Introduction.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConstantPark/Parallel_Development_Community_GPGPU_Study/a03b30506f9225074adb1526ebc3cd3af53a77dc/Study_#2_CUDA_Introduction.pdf -------------------------------------------------------------------------------- /Study_#3_CUDA_Memory.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConstantPark/Parallel_Development_Community_GPGPU_Study/a03b30506f9225074adb1526ebc3cd3af53a77dc/Study_#3_CUDA_Memory.pdf -------------------------------------------------------------------------------- /Study_#6_Warp_Level.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ConstantPark/Parallel_Development_Community_GPGPU_Study/a03b30506f9225074adb1526ebc3cd3af53a77dc/Study_#6_Warp_Level.pdf --------------------------------------------------------------------------------