tugrul512bit/Cekirdekler

ClArray.async to make an array copy operation done on another commandQueue(concurrently)

tugrul512bit opened this issue · 1 comments

async arrays will not be used in kernel executions.

if kernel has p1 and p2

p3.async=true;

p1.nextParam(p3).nextParam(p2).compute() will work

worked with .noComputeMode=true and .noComputeMode=false