Skip to content
This repository has been archived by the owner on Aug 4, 2020. It is now read-only.
/ cuda-game-of-life Public archive

CUDA Game of Life generator

Notifications You must be signed in to change notification settings

szotsaki/cuda-game-of-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CUDA Game of Life generator

CUDA Game of Life generator

This application

  1. generates a random Game of Life board, then
  2. computes the given consecutive steps afterward, finally
  3. writes the result into the given file in the format needed by the viewer.

The program uses the "infinite field" type of Conway's Game of Life.

Compiling information

The following tools and developer libraries are needed to compile this project:

In the project directory you'll find the compile.sh, just run it.

Customization

To customize the application you can change the following in GameOfLife.cu:

  • Board width and height: 69. and 70. line
  • Number of steps in the life: 71. line
  • Number of streams from which two of them concurrently compute and copy the results back: 72. line

About

CUDA Game of Life generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published