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: Klayton Wittler #3

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Conversation

klaywittler
Copy link

  • Repo Link
  • Features:
    • Made functions reusable across algorithms and more modular by adding additional arguments with checks to see which algorithm called it
      • All algorithms use the same computeVelocity kernel
      • Uniform and coherent use the same neighbor search kernel kernSearch
    • Tried a loop optimization technique to reduce the number of cells that are looked into
      • Flag at the top of src\kernel.cu called OPTIMIZE_SEARCH that switches to it
  • Feedback: Enjoyed the project, most difficult part was understanding what all the variable did so that I could use them appropriately

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