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: Zhihao Ruan #2

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

Conversation

shineyruan
Copy link

Repo link: https://github.com/shineyruan/Project2-Stream-Compaction

Highlights:

  • Implements a naive parallel scan algorithm compatible with arbitrary sized input arrays;
  • Implements a work-efficient parallel scan algorithm compatible with arbitrary sized input arrays;
  • Implements a stream compaction algorithm built upon the work-efficient parallel scan compatible with arbitrary sized input arrays.

The work-efficient GPU steam compaction algorithm is demonstrated to be over 4x faster than the CPU version.

Zhihao Ruan added 30 commits September 15, 2021 11:34
- config: block size = 2014, array size = 2^27
- use srand(0) on local desktop
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