Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project 1: Anthony Mansur #13

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

anthonymansur
Copy link

@anthonymansur anthonymansur commented Sep 13, 2021

Repo Link: https://github.com/anthonymansur/Project1-CUDA-Flocking

Features:

  • Naive (brute-force) implementation of flocking
  • Scattered Uniform Grid implementation of flocking
  • Coherent Uniform Grid Implementaiton of flocking
  • Generic implementation of neighbor searching (not just 8)
  • Performance analysis & readme

Feedback:
The diagrams shown in the instructions need to be updated: black text on a black background makes it very hard to look at.

This assignment was quite a lot of work in a short amount of time and was quite difficult to get it done on time. It was very rewarding, but I would extend the deadline especially since it's our first homework where we have to debug. Doable, but challenging.

@anthonymansur
Copy link
Author

I forgot to mention in my readme that I did not hardcore 8 neighbors, I made this generic based on the maximum radius.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant