I'm planning collect here all my work on rewrote version of sibernetic engine
Just run make in root folder
make
Before run you need install some libraries such as OpenCL - for work with OpenCL. For testing install gtest lib on your machine.
Than run program
./bin/x_engine
Run test just run make
with key test
make test
It works but has only one simple google example test. For work with test you need to install google test lib.
You can see list of all possible command arguments just run application with key -h or --help -?
.
- All code base will be based on C++11/14
- Documentation
- multi device calculation - parallel calculation will be performed on many devices (If you have 2 or more it will use all of them)
- to be continued...