|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjcuda.jcublas.cublasPointerMode
public class cublasPointerMode
Indicates whether the scalar values are passed by reference on the host or device
JCublas2.cublasSetPointerMode(cublasHandle, int)| Field Summary | |
|---|---|
static int |
CUBLAS_POINTER_MODE_DEVICE
The scalars are passed by reference on the device |
static int |
CUBLAS_POINTER_MODE_HOST
The scalars are passed by reference on the host |
| Method Summary | |
|---|---|
static java.lang.String |
stringFor(int n)
Returns a string representation of the given constant |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int CUBLAS_POINTER_MODE_HOST
public static final int CUBLAS_POINTER_MODE_DEVICE
| Method Detail |
|---|
public static java.lang.String stringFor(int n)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||