CUDAMemory Class
Holds a reference to CUDA memory. The CUDA memory will be deallocated when this class is destructed.
Members
ptr
→ int
(Read Only):
Returns the raw memory pointer address for the CUDA memory.
size
→ int
(Read Only):
Returns the size of the CUDA Memory, in bytes.
shape
→ CUDAMemoryShape
(Read Only):
Returns the CUDAMemoryShape Class describing this CUDA memory. See the help for that class for notes about channel order for different data types.
Methods
No operator specific methods.
TouchDesigner Build: