lib/
gpuprefixsum.pro
Routines
result = gpuPrefixSum(x_gpu [, LHS=GPUVariable object] [, ERROR=integer])
Computes the prefix sum on a GPU array
gpuPrefixSum, x_gpu, res_gpu [, ERROR=integer]
Computes the prefix sum on a GPU array
Routine details
top gpuPrefixSum
result = gpuPrefixSum(x_gpu [, LHS=GPUVariable object] [, ERROR=integer])
Computes the prefix sum on a GPU array
Return value
GPUVariable object
Parameters
- x_gpu in required type=GPUVariable object
GPU array to be summed
Keywords
- LHS in optional type=GPUVariable object
pass GPU variable to use as return value
- ERROR out optional type=integer
error status
top gpuPrefixSum
gpuPrefixSum, x_gpu, res_gpu [, ERROR=integer]
Computes the prefix sum on a GPU array
Parameters
- x_gpu in required type=GPUVariable object
GPU array to be summed
- res_gpu out required type=GPUVariable object
GPU array conaining the result
Keywords
- ERROR out optional type=integer
error status
File attributes
Modification date: | Fri Nov 12 11:07:44 2010 |
Lines: | 108 |
Docformat: | rst rst |