lib/
gpushift.pro
top gpushift
result = gpushift(x_gpu, s1, s2 [, LHS=GPUVariable object])
Perform circular shift.
Return value
GPUVariable object
Parameters
- x_gpu in required type=GPUVariable object
GPU variable to shift
- s1 in type=long
amount to shift x dimension
- s2 in type=long
amount to shift y dimension
Keywords
- LHS in optional type=GPUVariable object
pass GPU variable to use as return value
File attributes
Modification date: | Fri Nov 12 11:07:44 2010 |
Lines: | 152 |
Docformat: | rst rst |