Cekirdekler icon indicating copy to clipboard operation
Cekirdekler copied to clipboard

Sequential kernel executions in same `compute()` method

Open tugrul512bit opened this issue 7 years ago • 0 comments

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.

tugrul512bit avatar Apr 01 '17 12:04 tugrul512bit