Uses of Class
com.ibm.cuda.CudaBuffer
Packages that use CudaBuffer
-
Uses of CudaBuffer in com.ibm.cuda
Methods in com.ibm.cuda that return CudaBufferModifier 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.Methods in com.ibm.cuda with parameters of type CudaBufferModifier and TypeMethodDescriptionCudaKernel.Parameters.add(CudaBuffer value) Appends a buffer address to the list of parameter values.voidCudaBuffer.copyFrom(CudaBuffer source, long fromOffset, long toOffset) Copies data from the specifiedsourcebuffer (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.