Skip to content

ltowarek/Mila

Repository files navigation

Mila Build StatusBuild status

Mila is a cross-platform OpenCL benchmark tool

Projects

Currently Mila has 3 projects which produce stable results:

  1. BBP
  2. Mean shift
  3. N-body

Dependencies

Mila needs the following dependencies to work correctly:

  1. OpenCL;
  2. OpenGL;
  3. CMake;
  4. The remaining dependencies will be downloaded during git clone --recursive step.

Build

To successfully build all Mila projects run the following commands:

Linux

git clone --recursive https://github.com/ltowarek/Mila
cd Mila
mkdir build
cd build
cmake ..
make
ctest (optional)

Windows

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)

Issues and feature requests

Feel free to report all bugs and feature requests in YouTrack

About

Mila is a cross-platform OpenCL benchmark tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published