Skip to content

jfergusonmi/ThrustLibraryAlgorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thurst Library Algorithms

Project Description

Implemented various thrust library algorithms, such as sorting, reordering, reduction, transformation, and prefix-sum

The project allows to choose the size of the generated dataset and specify the needed algorithms:

./thrustAlgorithms <size> <algorithm> 

For example:

./thrust 100 reduction

Code Organization

src/ The source code.

README.md Description of the project.

Makefile Used to build the project's code in an automatic fashion.

run.sh Script used to run the executable code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published