cuda-api-wrappers
Thin C++-flavored wrappers for the CUDA Runtime API
cuda::array::dimensions_t< NumDimensions > Struct Template Reference

CUDA's array memory-objects are multi-dimensional; but their dimensions, or extents, are not the same as cuda::grid::dimensions_t ; they may be much larger in each axis. More...

#include <types.hpp>

Detailed Description

template<dimensionality_t NumDimensions>
struct cuda::array::dimensions_t< NumDimensions >

CUDA's array memory-objects are multi-dimensional; but their dimensions, or extents, are not the same as cuda::grid::dimensions_t ; they may be much larger in each axis.

Note
See also the description of struct cudaExtent in the CUDA Runtime API documentation.

The documentation for this struct was generated from the following file: