Show / Hide Table of Contents

    Enum CUArrayFormat

    Array formats

    Namespace: ManagedCuda.BasicTypes
    Assembly: ManagedCuda.dll
    Syntax
    public enum CUArrayFormat

    Fields

    Name Description
    Float

    32-bit floating point

    Half

    16-bit floating point

    SignedInt16

    Signed 16-bit integers

    SignedInt32

    Signed 32-bit integers

    SignedInt8

    Signed 8-bit integers

    UnsignedInt16

    Unsigned 16-bit integers

    UnsignedInt32

    Unsigned 32-bit integers

    UnsignedInt8

    Unsigned 8-bit integers

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