Skip to content

Guest lecture on GPU programming delivered for CS 5375: Computer Systems Organization and Architecture at Texas Tech University.

Notifications You must be signed in to change notification settings

mertside/CS5375_GPU_Lecture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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

Guest lecture on GPU programming delivered for CS 5375: Computer Systems Organization and Architecture at Texas Tech University.

Resources

Stars

Watchers

Forks