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 2: Matt Elser #15

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

Conversation

mattelser
Copy link

Repo Link

  • implemented all required algorithms (cpu, gpu, and thrust implementations of scan and compaction)
  • Efficient GPU implementation is faster than CPU for arrays of size 2^17 and greater
  • compaction/scan works up to arrays of size 2^28, after which the test machine runs OOM
  • implemented radix sort, but without tiling and bitonic merge

@mattelser
Copy link
Author

I spoke with Prof. Mohammed after class and was told I could update the readme so I did

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