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: Rony Edde #18

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

Conversation

reddeupenn
Copy link

@reddeupenn reddeupenn commented Sep 28, 2016

Repo Link
redde

*Part 1

  • Cpu scan
  • Compact without scan
  • Compact with scan
  • Part 2
    • Naive GPU scan implementation
  • Part 3
    • Work efficient scan implementation
    • GPU stream compaction using scan
  • Part 4
    • Thrust implementation using cuda's thrust function
  • Part 5
    • Radix sort implementation using the CPU
    • Radix sort using naive and thrust implementation

Added CPU benchmarks and GPU function calls benchmarks.

NOTE: CMakelists was also modified to include radix.h and radix.cu

...
Feedback on the project itself, if any.
This was significantly harder than the first project. A lot of time was spent debugging and deciphering
the GPU gems book. I also found it a bit unclear what every implementation needed. I had to spend quite a few allnighters to get this far.

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