Uses of Class
com.ibm.cuda.CudaBuffer
-
Uses of CudaBuffer in com.ibm.cuda
Modifier and TypeMethodDescriptionCudaBuffer.atOffset
(long fromOffset) Returns a sub-region of this buffer.CudaBuffer.slice
(long fromOffset, long toOffset) Returns a sub-region of this buffer.Modifier and TypeMethodDescriptionCudaKernel.Parameters.add
(CudaBuffer value) Appends a buffer address to the list of parameter values.void
CudaBuffer.copyFrom
(CudaBuffer source, long fromOffset, long toOffset) Copies data from the specifiedsource
buffer (on a device) to this buffer (on the device).CudaKernel.Parameters.set
(int index, CudaBuffer value) Replaces the parameter at the specified index with the given buffer address.