|
|
|||
|
|
|
CUDAFold | ![]() |
gives the last element of CUDAFoldList |
This folds an input list with the Plus operator and initial value 0:
The above is equivalent to Fold:
This folds the CUDAMemory as before:
Note that the output type is the same as the input—that is, if the input is a Real valued list, then the output is a real number.
|