Show / Hide Table of Contents

    Enum AtomicsMode

    The type indicates whether cuBLAS routines which has an alternate implementation using atomics can be used. The atomics mode can be set and queried using and routines, respectively.

    Namespace: ManagedCuda.CudaBlas
    Assembly: CudaBlas.dll
    Syntax
    public enum AtomicsMode

    Fields

    Name Description
    Allowed

    the usage of atomics is allowed

    NotAllowed

    the usage of atomics is not allowed

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX