Enum collenchyma::frameworks::cuda::DriverError [] [src]

pub enum DriverError {
    InvalidValue(&'static str),
    OutOfMemory(&'static str),
    NotInitialized(&'static str),
    Deinitialized(&'static str),
    ProfilerDisabled(&'static str),
    ProfilerNotInitialized(&'static str),
    ProfilerAlreadyStarted(&'static str),
    ProfilerAlreadyStopped(&'static str),
    NoDevice(&'static str),
    InvalidDevice(&'static str),
    InvalidImage(&'static str),
    InvalidContext(&'static str),
    ContextAlreadyCurrent(&'static str),
    MapFailed(&'static str),
    UnmapFailed(&'static str),
    ArrayIsMapped(&'static str),
    AlreadyMapped(&'static str),
    NoBinaryForGpu(&'static str),
    AlreadyAquired(&'static str),
    NotMapped(&'static str),
    NotMappedAsArray(&'static str),
    NotMappedAsPointer(&'static str),
    EccUncorrectable(&'static str),
    UnsupportedLimit(&'static str),
    ContextAlreadyInUse(&'static str),
    PeerAccessUnsupported(&'static str),
    InvalidPtx(&'static str),
    InvalidGraphicsContent(&'static str),
    InvalidSource(&'static str),
    FileNotFound(&'static str),
    SharedObjectSymbolNotFound(&'static str),
    SharedObjectInitFailed(&'static str),
    OperatingSystem(&'static str),
    InvalidHandle(&'static str),
    NotFound(&'static str),
    NotReady(&'static str),
    IllegalAddress(&'static str),
    LaunchOutOfResources(&'static str),
    LaunchTimeout(&'static str),
    LauncIncompatibleTexturing(&'static str),
    PeerAccessAlreadyEnabled(&'static str),
    PeerAccessNotEnabled(&'static str),
    PrimaryContextActive(&'static str),
    ContextIsDestroyed(&'static str),
    Assert(&'static str),
    TooManyPeers(&'static str),
    HostMemoryAlreadyRegistered(&'static str),
    HostMemoryNotRegistered(&'static str),
    HardwareStackError(&'static str),
    IllegalInstruction(&'static str),
    MisalignedAddress(&'static str),
    InvalidAddressSpace(&'static str),
    InvalidPc(&'static str),
    LaunchFailed(&'static str),
    NotPermitted(&'static str),
    NotSupported(&'static str),
    Unknown(&'static str),
}

Defines OpenCL errors.

Variants

Failure with provided value.

Failure with memory allocation.

Failure with Cuda initialization.

Failure with Cuda initialization.

Failure with Profiler.

Failure with Profiler.

Failure with Profiler.

Failure with Profiler.

Failure with Cuda devices.

Failure with provided Cuda device.

Failure with provided Cuda image.

Failure with provided Cuda context.

Failure with provided Cuda context.

Failure

Failure

Failure

Failure

Failure with binary.

Failure

Failure

Failure

Failure

Failure

Failure

Failure with context.

Failure

Failure with provided PTX.

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Failure

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Copy for Error
[src]

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more