CUDATranspose
CUDATranspose[cumat]
transposes input CUDA matrix cumat.
CUDATranspose[mat]
transposes input matrix mat.
CUDATranspose[mem]
transposes input CUDAMemory mem.
Details and Options
- The CUDALink application must be loaded using Needs["CUDALink`"].
- CUDATranspose works on CUDAMatrix.
- CUDATranspose works on matrices.
- CUDATranspose works with binary or grayscale images.
- CUDATranspose works with CUDAMemory, but cannot work on fixed vector struct types like "Float[2]", "Integer32[2]", ….
- CUDATranspose does not work on symbolic input.
- CUDATranspose is equivalent to Transpose.
Examples
open allclose allBasic Examples (3)
First, load the CUDALink application:
This transposes an input matrix:
If input is CUDAMemory, then memory is returned as output:
The transposes the input CUDAMemory:
Memory is retrieved using CUDAMemoryGet:
Text
Wolfram Research (2010), CUDATranspose, Wolfram Language function, https://reference.wolfram.com/language/CUDALink/ref/CUDATranspose.html.
CMS
Wolfram Language. 2010. "CUDATranspose." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/CUDALink/ref/CUDATranspose.html.
APA
Wolfram Language. (2010). CUDATranspose. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/CUDALink/ref/CUDATranspose.html