Movatterモバイル変換


[0]ホーム

URL:


NVIDIACUDA Toolkit Documentation
Search In:
< Previous |Next >
CUDA Runtime API (PDF) - v13.0.2 (older) - Last updated October 9, 2025 -Send Feedback

7.56. cudaPitchedPtr Struct Reference

[Data types used by CUDA Runtime]

CUDA Pitched memory pointer

See also:

make_cudaPitchedPtr

Public Variables

size_t  pitch
void * ptr
size_t  xsize
size_t  ysize

Variables

size_tcudaPitchedPtr::pitch [inherited]

Pitch of allocated memory in bytes

void *cudaPitchedPtr::ptr [inherited]

Pointer to allocated memory

size_tcudaPitchedPtr::xsize [inherited]

Logical width of allocation in elements

size_tcudaPitchedPtr::ysize [inherited]

Logical height of allocation in elements



[8]ページ先頭

©2009-2025 Movatter.jp