Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 458 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 458 Bytes

Nvidia CUDA Programs

Nvidia CUDA sample programs and useful functions

Game of Life using CUDA

The Classic Conway's Game Of Life program using CUDA for parallelised processing of cells and generations

Mandelbrot Set Computation using CUDA

(Not so) Complex Mandelbrot Set computation program for equation Z^2+C using CUDA. Screen adjustment may be required for proper visuals

Requirements

Written in CUDA 12.1 runtime, using Visual Studio 2022.