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: Mauricio Mutai #30

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

Conversation

MauKMu
Copy link

@MauKMu MauKMu commented Sep 20, 2017

  • Repo Link
  • Features:
    • Serial CPU scan
    • Naive GPU scan
    • Work-efficient GPU scan with global memory (handles arbitrary arrays large enough to fit in the GPU's global memory)
    • Work-efficient GPU scan with shared memory (only handles array as large as those that can fit in a single block's worth of threads)
    • Thrust GPU scan
    • GPU stream compaction
    • GPU radix sort
    • Optimization to make GPU approach outperform CPU approach for large arrays
  • Feedback: None.

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