Show / Hide Table of Contents

Enum cublasFillMode_t

The type indicates which part (lower or upper) of the dense matrix was filled and consequently should be used by the function. Complete documentation on Nvidia documentation

Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("cublasFillMode_t")]
public enum cublasFillMode_t

Fields

Name Description
CUBLAS_FILL_MODE_LOWER = 0

the lower part of the matrix is filled

CUBLAS_FILL_MODE_UPPER = 1

the upper part of the matrix is filled

Back to top Generated by DocFX