https://github.com/kaocc/heterobench
HeteroBench is a collection of numerous OpenCL benchmarks
https://github.com/kaocc/heterobench
benchmark heterogeneous-parallel-programming
Last synced: 9 months ago
JSON representation
HeteroBench is a collection of numerous OpenCL benchmarks
- Host: GitHub
- URL: https://github.com/kaocc/heterobench
- Owner: KaoCC
- License: gpl-3.0
- Created: 2016-11-17T06:22:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T11:13:52.000Z (almost 9 years ago)
- Last Synced: 2025-03-04T14:49:42.692Z (about 1 year ago)
- Topics: benchmark, heterogeneous-parallel-programming
- Language: C++
- Homepage:
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HeteroBench
HeteroBench is a collection of numerous OpenCL benchmarks.
## Build
### Windows
- Create Visual Studio 2017 Solution
`./Tool/premake/win/premake5.exe vs2017`
### Linux
- Install GCC
`sudo apt-get install g++`
- Create the Makefile
`./Tool/premake/linux64/premake gmake`
- Build it !
`make config=release_x64`
## How to contribute
- Fork the repository, create a branch based on the current dev branch.
- Add your benchmark files to the "Testbed" folder with the following format: "FrameworkType_ProjectName".
- If you wish to extend the utilities, put the files to the "Utility" folder
- Modify the premake configuration, append the project at the bottom of the list.
- Create a "Pull Request".