Mila is a cross-platform OpenCL benchmark tool
Currently Mila has 3 projects which produce stable results:
Mila needs the following dependencies to work correctly:
- OpenCL;
- OpenGL;
- CMake;
- The remaining dependencies will be downloaded during
git clone --recursive
step.
To successfully build all Mila projects run the following commands:
git clone --recursive https://github.com/ltowarek/Mila
cd Mila
mkdir build
cd build
cmake ..
make
ctest (optional)
git clone --recursive https://github.com/ltowarek/Mila
cd Mila
mkdir build
cd build
cmake .. -G "Visual Studio 14 Win64"
Open Mila.sln in Visual Studio 14 and build all projects
ctest (optional)
Feel free to report all bugs and feature requests in YouTrack