Skip to content

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