7.14. cudaExtent 结构体参考
[CUDA 运行时使用的数据类型]
公共变量
变量
- size_t cudaExtent::depth [继承自]
-
以元素为单位的深度
- size_t cudaExtent::height [继承自]
-
以元素为单位的高度
- size_t cudaExtent::width [继承自]
-
当指数组内存时,宽度以元素为单位;当指线性内存时,宽度以字节为单位