Show / Hide Table of Contents

Enum cublasMath_t

cublasMath_t enumerate type is used in cublasSetMathMode to choose whether or not to use Tensor Core operations in the library by setting the math mode to either CUBLAS_TENSOR_OP_MATH or CUBLAS_DEFAULT_MATH. Complete documentation on Nvidia documentation

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

Fields

Name Description
CUBLAS_DEFAULT_MATH = 0

Prevent the library from using Tensor Core operations

CUBLAS_TENSOR_OP_MATH = 1

Allows the library to use Tensor Core operations whenever possible

Back to top Generated by DocFX