tugrul512bit / Cekirdekler

Multi-device OpenCL kernel load balancer and pipeliner API for C#. Uses shared-distributed memory model to keep GPUs updated fast while using same kernel on all devices(for simplicity).
GNU General Public License v3.0
93 stars 10 forks source link

single device pipeline: kernel repeat option #44

Open tugrul512bit opened 7 years ago

tugrul512bit commented 7 years ago

Sometimes a kernel needs to be repeated such as a "fluid solver" with same global+local range values.