Expand description
Routines for allocating and using CUDA Array Objects.
Detailed documentation about allocating CUDA Arrays can be found in the CUDA Driver API
Structs§
- Array
Descriptor - Describes a CUDA Array
- Array
Object - A CUDA Array. Can be bound to a texture or surface.
- Array
Object Flags - Flags which modify the behavior of CUDA array creation.
Enums§
- Array
Format - Describes the format used for a CUDA Array.