ap147 / game-of-life

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game-of-Life

Implement conways game of life in CUDA

Acceptance criteria:

  • Makefile (or CMake)
  • Wraps around
  • Passes cuda-memcheck
  • Full data parallelism
  • No memcpy in the main loop (except for printing purpose)
  • Printing each iteration is optional
  • Variable array sizes (from 1 to more than 1024)

About

https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life


Languages

Language:C++ 56.2%Language:Cuda 43.0%Language:Makefile 0.7%