Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.78 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.78 KB

CUDA Basics

Introductory CUDA programs.

Used and Recommended Resources(In succession):

  • CUDA By Example - Jason Sanders, Edward Kandrot
  • Programming Massively Parallel Processors - David B. Kirk, Wen Hwu
  • Parallel Programming Lectures - Carnegie Mellon University
  • NVIDIA CUDA Documentation

Requirements(Programmed in):

  • Visual Studio Code-Community 2017
  • NVIDIA CUDA Toolkit
  • CUDA compatible GPU

Contents

Code is done on individual topics and its explanation is added.