stevenireeves / GPU_Computing

Repository for supplemental codes for GPU Programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demonstration Codes from GPU Computing

These are the code demos and supplemental source files for GPU Computing, taught by Steven I Reeves. PhD.

The Mandelbrot code was slightly modified from Ben Hiller's code https://github.com/benhiller/cuda-mandelbrot

Additionally, some codes are inspired by examples in the CUDA programming guide.

For the 2024 session, we will be utilizing the cuda directory for example programs. The hip directory is for the HIP model of programming for AMD/NVIDIA GPUs. The hip directory is not maintained following 2022.

About

Repository for supplemental codes for GPU Programming


Languages

Language:C++ 53.7%Language:Cuda 39.5%Language:Python 2.3%Language:C 2.0%Language:Makefile 1.5%Language:Shell 1.0%