Skip to content

JJhano/INFO188_GameOfLifeExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INFO188_AyudantiaParalelismoCuda

Ayudantia para la asignatura INFO188 UACh sobre programacion paralela utilizando CUDA. Ejemplos:

  • Game of life example using CUDA
  • Example of reduction sum of array using warp shuffle

Requisitos:

  • Librerias basicas de c++
  • Tener instalado CUDA

Ejecucion

Ejecutar el makefile

make

Para ejecutar el juego de la vida ./prog

./prog <gpu-id>  n seed pasos <block-size>

Para ejecutar el warp shuffle ./prog2

./prog2 <gpu-id>  n seed

Para el prog2 si seed = 0 el arreglo se construye solo con 1s

About

Ayudantia para la asignatura INFO188 UACh sobre programacion paralela utilizando cuda. Example of Game of life using Cuda and also reduction sum of array using Warp Shuffle technique.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors