This shows off how to use the module api.
There are examples of:
To run the example you must do
lein install in the root of the main project directorylein run. This will execute the cpu version.You can control the devices you run on by doing:
lein run :cpu 2 - This will run on 2 cpu devices lein run :gpu 1 - This will run on 1 gpu device lein run :gpu 2 - This will run on 2 gpu devices