public class cublasDataType extends Object
JCublas#cublasSgemmEx
.Modifier and Type | Field and Description |
---|---|
static int |
CUBLAS_DATA_DOUBLE
The data type is 64-bit floating-point
|
static int |
CUBLAS_DATA_FLOAT
The data type is 32-bit floating-point
|
static int |
CUBLAS_DATA_HALF
The data type is 16-bit floating-point
|
static int |
CUBLAS_DATA_INT8
The data type is 8-bit signed integer
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
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 © 2015. All rights reserved.