Enum cublasPointerMode_t
Indicates whether the scalar values are passed by reference on the host or device Complete documentation on Nvidia documentation
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cublasPointerMode_t")]
public enum cublasPointerMode_t
Fields
| Name | Description |
|---|---|
| CUBLAS_POINTER_MODE_DEVICE = 1 | the scalars are passed by reference on the device |
| CUBLAS_POINTER_MODE_HOST = 0 | the scalars are passed by reference on the host |