Cekirdekler
Cekirdekler copied to clipboard
Sequential kernel executions in same `compute()` method
array.compute(cruncher, 1, "kernel1 kernel2 kernel3", globalSize, localSize)
here all kernels listed in parameter are run with same globalSize and localSize. globalsize and localSize should support multiple values. Overloading compute with an array/list parameter maybe.