RyanPaulMcKenna / cuda_programming

Cuda programming examples. Hoping to extend to complex parallelizable algorithms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disclaimer

None of this code is mine, It is just a great resource to learn from and I want to keep it on my radar, hence the fork.

GPGPU Programming with CUDA

This repository contains all code from the YouTube series "CUDA Crash Course (v3)" by CoffeeBeforeArch.

Contact

Suggestions for specific content can be sent to: CoffeeBeforeArch@gmail.com

Environment

Operating System: Ubuntu 20.04

Text Editor: VIM

GPU: NVIDIA GTX 2060

CUDA version: 11

Content

  1. Introduction
  2. Vector Addition
  3. Matrix Multiplication
  4. Sum Reduction
  5. Histogram
  6. Convolution

About

Cuda programming examples. Hoping to extend to complex parallelizable algorithms.

License:GNU General Public License v3.0


Languages

Language:Cuda 100.0%