Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 363 Bytes

File metadata and controls

13 lines (7 loc) · 363 Bytes

Evolutionary-Algorithm-using-CUDA

Final Project
High Performance Programming with GPUs and Multicores (EC 527), Professor Herbordt
Boston University Spring 2022

Serial Code can be found in EA_serial.c

First attempt in CUDA implementation can be found in EA_cuda_pass1.cu

Final CUDA implementation can be found in EA_cuda.cu