mertside / CS5375_GPU_Lecture

GPU Programming Guest Lecture for CS5375 at TTU

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Guest Lecture: GPU Programming

by Mert SIDE, Ghazanfar ALI, and Yong CHEN

Department of Computer Science at Texas Tech University

November 1st, 2022

CS5375 Computer Systems Organization and Architecture

In this lecture, we write a program to add the elements of two arrays.

We begin by examining the code in C++ running on the CPU.

Then, we write the CUDA version of that code to run on the GPU.

We see that taking full advantage of the GPU requires some fine-tuning.

To achieve this, we profile different versions of the code to make it run faster!

About

GPU Programming Guest Lecture for CS5375 at TTU


Languages

Language:Cuda 70.6%Language:C++ 24.7%Language:Shell 2.5%Language:Makefile 2.1%