Show / Hide Table of Contents

Enum cublasSideMode_t

Indicates whether the dense matrix is on the left or right side in the matrix equation solved by a particular function Complete documentation on Nvidia documentation

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

Fields

Name Description
CUBLAS_SIDE_LEFT = 0

the matrix is on the left side in the equation

CUBLAS_SIDE_RIGHT = 1

the matrix is on the right side in the equation

Back to top Generated by DocFX