Module rustacuda::memory::array[][src]

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

Describes a CUDA Array

A CUDA Array. Can be bound to a texture or surface.

Flags which modify the behavior of CUDA array creation.

Enums

Describes the format used for a CUDA Array.