| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cudnn.cudnnBackendCreateDescriptor(int descriptorType,
cudnnBackendDescriptor_t descriptor) |
static int |
cudnn.cudnnBackendDestroyDescriptor(cudnnBackendDescriptor_t descriptor) |
static int |
cudnn.cudnnBackendExecute(cudnnContext handle,
cudnnBackendDescriptor_t executionPlan,
cudnnBackendDescriptor_t variantPack) |
static int |
cudnn.cudnnBackendFinalize(cudnnBackendDescriptor_t descriptor) |
static int |
cudnn.cudnnBackendGetAttribute(cudnnBackendDescriptor_t descriptor,
int attributeName,
int attributeType,
long requestedElementCount,
long[] elementCount,
Pointer arrayOfElements) |
static int |
cudnn.cudnnBackendGetAttribute(cudnnBackendDescriptor_t descriptor,
int attributeName,
int attributeType,
long requestedElementCount,
LongBuffer elementCount,
Pointer arrayOfElements) |
static int |
cudnn.cudnnBackendGetAttribute(cudnnBackendDescriptor_t descriptor,
int attributeName,
int attributeType,
long requestedElementCount,
LongPointer elementCount,
Pointer arrayOfElements) |
static int |
cudnn.cudnnBackendInitialize(cudnnBackendDescriptor_t descriptor)
Deprecated.
|
static int |
cudnn.cudnnBackendPopulateCudaGraph(cudnnContext handle,
cudnnBackendDescriptor_t executionPlan,
cudnnBackendDescriptor_t variantPack,
CUgraph_st graph) |
static int |
cudnn.cudnnBackendSetAttribute(cudnnBackendDescriptor_t descriptor,
int attributeName,
int attributeType,
long elementCount,
Pointer arrayOfElements) |
static int |
cudnn.cudnnBackendUpdateCudaGraph(cudnnContext handle,
cudnnBackendDescriptor_t executionPlan,
cudnnBackendDescriptor_t variantPack,
CUgraph_st graph) |
Copyright © 2025. All rights reserved.