The dataset used in "Design-Decision Support for GPU Acceleration by Predicting Energy Gain and Programming Effort" manuscript
|
|
4 years ago | |
|---|---|---|
| final | 5 years ago | |
| real-life-dataset | 4 years ago | |
| synthetic-dataset | 4 years ago | |
| README.md | 4 years ago |
The final datasets (csv files) used for building the estimation models in the Manuscript
Generates a simple synthetic dataset
python generate.py <num_of_programs> <output_directory> generates the datapoints (synthetic programs)python run_dataset_script.py <num_of_programs> <input_directory> runs the datapointspython tegra_measure_new.py <num_of_programs> <input_directory> creates the datasetMethod for extracting datapoints from Rodinia and Polybench benchmark suites.
python run_dataset.py <app_hotspot_name> <energy|time> The is retrieved from the config.txt. The second argument is energy for measuring energy and time for measuring time