Thread Cooperation Nowadays, I try to learn CUDA. I follow some books for that. In this post, I use CUDA BY EXAMPLE An introduction to General-Purpose GPU Programming book which is written by Jason Sanders and Edward Kandrot. In this section, I try to learn…
Category: Projects

Parallel Programming in CUDA C | Learn CUDA
Parallel Programming in CUDA C Nowadays, I try to learn CUDA. I follow some books for that. In this post, I use CUDA BY EXAMPLE An introduction to General-Purpose GPU Programming book which is written by Jason Sanders and Edward Kandrot. In this section, I…

CUDA Programming Model | Learn CUDA
This post series is the Solutions of the Professional CUDA C Programming written by John Cheng, Max Grossman and Ty McKercher Chapter 2: CUDA Programming Model In this section, we will learn to Writing a CUDA Program Executing kernel functions Organizing the Cuda threads with…

Heterogeneous Parallel Computing with CUDA | Learn CUDA
This post series is the Solutions of the Professional CUDA C Programming written by John Cheng, Max Grossman and Ty McKercher Chapter 1: Heterogeneous Parallel Computing with CUDA I solve the examples of Chapter 1. You can find solutions at bellow.
Introduction OpenCV | Learning OpenCV3 C++
This post series is the Solutions of the Learning OpenCV 3 written by Adrian Kaehler & Gary Bradski Chapter 2: Introduction OpenCV For this chapter, I prepare Cmake file to build the example code
Install OpenCV | Learning OpenCV3 C++
This post series is the Solutions of the Learning OpenCV 3 written by Adrian Kaehler & Gary Bradski Chapter 1: Overview In this chapter shows how to install OpenCV in your computer. I use Ubuntu OS, so that I write a shell script for the…
Writing a Program | C++
This post series is the Solutions of the Programming — Principles and Practice Using C++ (Second Edition) written by Bjarne Stroustrup Chapter 6: Writing a Program Drill
Nature of Lights | Optics C++
These post series aim to solve examples and problems from Introduction to Optics book which is writen by Frank L. Pedrotti, Leno M. Pedrotti and Leno S. Pedrotti. Chapter 1: Nature of Lights Example 1 An electron is accelerated to a kinetic energy Ek of 2.5 MeV. (a)…