Show / Hide Table of Contents

Enum cublasAtomicsMode_t

Indicates whether cuBLAS routines which has an alternate implementation using atomics can be used Complete documentation on Nvidia documentation

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

Fields

Name Description
CUBLAS_ATOMICS_ALLOWED = 1

the usage of atomics is allowed

CUBLAS_ATOMICS_NOT_ALLOWED = 0

the usage of atomics is not allowed

Back to top Generated by DocFX