| Package | Description |
|---|---|
| org.bytedeco.cuda.cudart | |
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
surfaceReference |
surfaceReference.channelDesc(cudaChannelFormatDesc setter) |
surfaceReference |
surfaceReference.position(long position) |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudart.cudaBindSurfaceToArray(surfaceReference surfref,
cudaArray array,
cudaChannelFormatDesc desc)
Deprecated.
Binds the CUDA array \p array to the surface reference \p surfref.
\p desc describes how the memory is interpreted when fetching values from
the surface. Any CUDA array previously bound to \p surfref is unbound.
|
static int |
cudart.cudaGetSurfaceReference(surfaceReference surfref,
Pointer symbol) |
Copyright © 2019. All rights reserved.