Closed tugrul512bit closed 7 years ago
There is no lazy compute for now.
var compute1 = array1.queueCompute() var compute2 = compute1.nextStep(array2.queueCompute()).compute()
can be useful with less synchronizations.
There is no lazy compute for now.
can be useful with less synchronizations.