GollyGang / ready

A cross-platform implementation of various reaction-diffusion systems and PDEs.
GNU General Public License v3.0
755 stars 60 forks source link

Option to use local memory #129

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

Speed results are disappointing on my OpenCL devices, in the end. On some patterns there is a speedup of 10% but not on others.

For now this is an option that defaults to false, so it's there for experimentation. Perhaps there will be an interaction with our RK4 experiments (#128).

This closes #122.