| Package | Description |
|---|---|
| org.bytedeco.cuda.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
cusparse.cusparseConstrainedGeMM_bufferSize(cusparseContext handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
SizeTPointer bufferSize) |
static int |
cusparse.cusparseConstrainedGeMM(cusparseContext handle,
int opA,
int opB,
Pointer alpha,
cusparseDnMatDescr matA,
cusparseDnMatDescr matB,
Pointer beta,
cusparseSpMatDescr matC,
int computeType,
Pointer externalBuffer) |
Copyright © 2020. All rights reserved.