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: Xuntong Liang #1

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

Conversation

PacosLelouch
Copy link

  • Repo Link
  • Implemented all the required method to simulate the boids flocking and some extra credit. Completed performance analysis.
    • Implemented naive method.
    • Implemented scattered uniform grid method.
    • Implemented coherent uniform grid method.
    • Implemented grid-looping optimization to prevent a hard-coded specific number of surrounding cells.
    • Completed performance analysis and added some code to automatically output a form of data for performance analysis.
    • Run with 1 million boids at about 100 hz without visualization and 80hz with visualization on my device.
  • Feedback: I have no ideas on how to add shared memory to improve the performance in a good way. And I can only analyze the function's duration in Nsight System but don't know how to analyze some other aspects such as the latency of memory accessing or launching kernels. Hope to learn more about them in the future!
  • To be honest, I think the result that follows Conrad Parker's pseudocode is okay, even though when the number of boids is large, most of them will move towards the center and becomes a nebular. I guess one of the reasons for the result is not so pretty for this project is that it is so crowded and the velocity is so random, isn't it?

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