top of page
d

CUDA Boid Simulation

Source code and performance analysis available at GitHub:


This project implements a flocking simulation in CUDA based on the Reynolds Boids algorithm, along with two levels of optimization: a uniform grid, and a uniform grid with semi-coherent memory access. The implementation of rules are based on Conard Parker's notes.


Features

  • Uniform grid

  • Uniform grid with semi-coherent memory access

bottom of page