Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
CIS565-Fall-2015
/
Project2-Stream-Compaction
Public
Notifications
You must be signed in to change notification settings
Fork
17
Star
2
Code
Issues
0
Pull requests
16
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Submission: Terry Sun
- #17
#17
Open
terryxsun
wants to merge 14 commits into
CIS565-Fall-2015:master
CIS565-Fall-2015/Project2-Stream-Compaction:master
from
terryxsun:performance
terryxsun/cis565-Stream-Compaction:performance
Copy head branch name to clipboard
Conversation
Commits
14
(14)
Checks
Files changed
Open
Submission: Terry Sun
#17
terryxsun
wants to merge 14 commits into
CIS565-Fall-2015:master
CIS565-Fall-2015/Project2-Stream-Compaction:master
from
terryxsun:performance
terryxsun/cis565-Stream-Compaction:performance
Copy head branch name to clipboard
Commits
Commits on Sep 12, 2015
Add CPU implementations.
terryxsun
committed
7de4ba0
View commit details
Copy full SHA for 7de4ba0
Browse repository at this point
Commits on Sep 13, 2015
Add naive scan.
terryxsun
committed
e196209
View commit details
Copy full SHA for e196209
Browse repository at this point
Efficient scan.
terryxsun
committed
df438b6
View commit details
Copy full SHA for df438b6
Browse repository at this point
Fix work efficient scan for non-power-of-two arrays
terryxsun
committed
dfd2b37
View commit details
Copy full SHA for dfd2b37
Browse repository at this point
Fix naive and "ping pong" instead of using memcpy.
terryxsun
committed
bc60292
View commit details
Copy full SHA for bc60292
Browse repository at this point
Add thrust scan.
terryxsun
committed
2db4fe1
View commit details
Copy full SHA for 2db4fe1
Browse repository at this point
Efficient stream compaction.
terryxsun
committed
38f9e26
View commit details
Copy full SHA for 38f9e26
Browse repository at this point
Use device_vector to remove mem access from exclusive_scan.
terryxsun
committed
64c5cdf
View commit details
Copy full SHA for 64c5cdf
Browse repository at this point
Commits on Sep 14, 2015
Move scatter to common.
terryxsun
committed
a1cf831
View commit details
Copy full SHA for a1cf831
Browse repository at this point
Add performance data.
terryxsun
committed
98e43c3
View commit details
Copy full SHA for 98e43c3
Browse repository at this point
Add charts.
terryxsun
committed
263f4ef
View commit details
Copy full SHA for 263f4ef
Browse repository at this point
README.
terryxsun
committed
c29defb
View commit details
Copy full SHA for c29defb
Browse repository at this point
Radix sort... doesn't work.
terryxsun
committed
7df52e1
View commit details
Copy full SHA for 7df52e1
Browse repository at this point
Performance measuring (via CudaEvent and std::chrono)
terryxsun
committed
5194a88
View commit details
Copy full SHA for 5194a88
Browse repository at this point
You can’t perform that action at this time.