Package | Description |
---|---|
jcuda.runtime |
Contains the classes related to the JCuda runtime API.
|
Modifier and Type | Method and Description |
---|---|
static int |
JCuda.cudaBindSurfaceToArray(surfaceReference surfref,
cudaArray array,
cudaChannelFormatDesc desc)
[C++ API] Binds an array to a surface
template < class T, int dim > cudaError_t cudaBindSurfaceToArray (
const surface < T,
dim > & surf,
cudaArray_const_t array,
const cudaChannelFormatDesc& desc ) [inline]
[C++ API] Binds an array to a surface
Binds the CUDA array array to the surface reference surf.
|
static int |
JCuda.cudaGetSurfaceReference(surfaceReference surfref,
java.lang.String symbol)
Get the surface reference associated with a symbol.
|