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
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.