|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use surfaceReference | |
---|---|
jcuda.runtime | Contains the classes related to the JCuda runtime API. |
Uses of surfaceReference in jcuda.runtime |
---|
Methods in jcuda.runtime with parameters of type surfaceReference | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |