Show / Hide Table of Contents

    Enum GpuComputeCapability

    Gpu Compute Capabilities

    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public enum GpuComputeCapability

    Fields

    Name Description
    Cuda1_0

    Indicates that CUDA 1.0 capable device is default device on machine

    Cuda1_1

    Indicates that CUDA 1.1 capable device

    Cuda1_2

    Indicates that CUDA 1.2 capable device

    Cuda1_3

    Indicates that CUDA 1.3 capable device

    Cuda2_0

    Indicates that CUDA 2.0 capable device is machine's default device

    Cuda2_1

    Indicates that CUDA 2.1 capable device is machine's default device

    Cuda3_0

    Indicates that CUDA 3.0 capable device is machine's default device

    Cuda3_2

    Indicates that CUDA 3.2 capable device is machine's default device

    Cuda3_5

    Indicates that CUDA 3.5 capable device is machine's default device

    Cuda3_7

    Indicates that CUDA 3.7 capable device is machine's default device

    Cuda5_0

    Indicates that CUDA 5.0 capable device is machine's default device

    Cuda5_2

    Indicates that CUDA 5.2 capable device is machine's default device

    Cuda5_3

    Indicates that CUDA 5.3 capable device is machine's default device

    Cuda6_0

    Indicates that CUDA 6.0 capable device is machine's default device

    Cuda6_1

    Indicates that CUDA 6.1 capable device is machine's default device

    Cuda6_2

    Indicates that CUDA 6.2 capable device is machine's default device

    Cuda6_3

    Indicates that CUDA 6.3 or better is machine's default device

    Cuda7_0

    Indicates that CUDA 7.0 or better is machine's default device

    CudaNotCapable

    Indicates that no CUDA capable device was found on machine

    UnknownVersion

    Indicates that the compute-capability query failed

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