cudaDataType and only
kept for backward compatibility.public class cublasDataType extends Object
JCublas2.cublasSgemmEx(jcuda.jcublas.cublasHandle, int, int, int, int, int, jcuda.Pointer, jcuda.Pointer, int, int, jcuda.Pointer, int, int, jcuda.Pointer, jcuda.Pointer, int, int).| Modifier and Type | Field and Description |
|---|---|
static int |
CUBLAS_DATA_DOUBLE
Deprecated.
The data type is 64-bit floating-point
|
static int |
CUBLAS_DATA_FLOAT
Deprecated.
The data type is 32-bit floating-point
|
static int |
CUBLAS_DATA_HALF
Deprecated.
The data type is 16-bit floating-point
|
static int |
CUBLAS_DATA_INT8
Deprecated.
The data type is 8-bit signed integer
|
| Modifier and Type | Method and Description |
|---|---|
static String |
stringFor(int n)
Deprecated.
Returns a string representation of the given constant
|
public static final int CUBLAS_DATA_FLOAT
public static final int CUBLAS_DATA_DOUBLE
public static final int CUBLAS_DATA_HALF
public static final int CUBLAS_DATA_INT8
public static String stringFor(int n)
Copyright © 2023. All rights reserved.