Skip to content

Byvirven/OpenCL-Game-of-Life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCL-Game-of-Life

An OpenCL/C++ implementation of the Conway's Game of Life

Marco Dos Santos Oliveira : marco.dossantosoliveira 'at' sunrise.ch

Libraries

Minimum : OpenCL 1.2

Compilation

you can read the OpenCL official documentation for compilation or try to update this CLI based on your own compilation environment.

c++ -I /CUDAPATH/cuda/include/ -I /CUDAPATH/NVIDIA_GPU_Computing_SDK/OpenCL/common/inc/ -L /CUDAPATH/cuda/lib64/ -l OpenCL *.cpp -o OpenCL_GOL

About

An OpenCL/C++ implementation of the Conway's Game of Life

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published