Show / Hide Table of Contents

Enum libraryPropertyType_t

The libraryPropertyType_t is used as a parameter to specify which property is requested when using the routine cublasGetProperty Complete documentation on Nvidia documentation

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

Fields

Name Description
MAJOR_VERSION = 0

enumerant to query the major version

MINOR_VERSION = 1

enumerant to query the minor version

PATCH_LEVEL = 2

number to identify the patch level

Back to top Generated by DocFX