GollyGang / ready

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

Support block size in image formula rules #124

Closed timhutton closed 3 years ago

timhutton commented 3 years ago

Allows rdy to do system.SetBlockSizeX(1); before getting the kernel code, for easier interop with Houdini.

Also allows for speed comparisons on different platforms where OpenCL may not be faster for vectorized operations.