stress-cl is tool that allows runing a stress test on a specified OpenCL device, and provides platform information.
- List OpenCL devices with the
-loption. - Run a stress test on a specified device with the
-doption and for a specified duration with the-toption.
To build the project, you need CMake and a C++ compiler. Follow these steps:
mkdir build;
cd build; cmake ..;
make
make package
This project is licensed under the MIT License - see the LICENSE file for details.
Ehsan Shaghaei ([email protected])