Show / Hide Table of Contents

Enum cublasOperation_t

Indicates which operation needs to be performed with the dense matrix. Complete documentation on Nvidia documentation

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

Fields

Name Description
CUBLAS_OP_C = 2

the conjugate transpose operation is selected

CUBLAS_OP_N = 0

the non-transpose operation is selected

CUBLAS_OP_T = 1

the transpose operation is selected

Back to top Generated by DocFX