March 2013

Conway's Game of Life on GPU using CUDA

2 Basic implementation

2.1 Serial CPU implementation

2.2 Parallel CPU implementation

2.3 CPU performance evaluation

2.4 Simple GPU implementation

2.5 GPU performance evaluation

2.6 CPU vs. GPU