Modifier and Type | Method and Description |
---|---|
CudaBuffer |
CudaBuffer.atOffset(long fromOffset)
Returns a sub-region of this buffer.
|
CudaBuffer |
CudaBuffer.slice(long fromOffset,
long toOffset)
Returns a sub-region of this buffer.
|
Modifier and Type | Method and Description |
---|---|
CudaKernel.Parameters |
CudaKernel.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 specified
source buffer (on a device)
to this buffer (on the device). |
CudaKernel.Parameters |
CudaKernel.Parameters.set(int index,
CudaBuffer value)
Replaces the parameter at the specified index with the given buffer address.
|
Eclipse OpenJ9 website.
To raise a bug report or suggest an improvement create an Eclipse OpenJ9 issue.
Copyright © 2013, 2023 IBM Corp. and others.