Enum cuda_sys::cudart::cudaError_t[][src]

#[repr(u32)]
pub enum cudaError_t { Success, MissingConfiguration, MemoryAllocation, InitializationError, LaunchFailure, PriorLaunchFailure, LaunchTimeout, LaunchOutOfResources, InvalidDeviceFunction, InvalidConfiguration, InvalidDevice, InvalidValue, InvalidPitchValue, InvalidSymbol, MapBufferObjectFailed, UnmapBufferObjectFailed, InvalidHostPointer, InvalidDevicePointer, InvalidTexture, InvalidTextureBinding, InvalidChannelDescriptor, InvalidMemcpyDirection, AddressOfConstant, TextureFetchFailed, TextureNotBound, SynchronizationError, InvalidFilterSetting, InvalidNormSetting, MixedDeviceExecution, CudartUnloading, Unknown, NotYetImplemented, MemoryValueTooLarge, InvalidResourceHandle, NotReady, InsufficientDriver, SetOnActiveProcess, InvalidSurface, NoDevice, ECCUncorrectable, SharedObjectSymbolNotFound, SharedObjectInitFailed, UnsupportedLimit, DuplicateVariableName, DuplicateTextureName, DuplicateSurfaceName, DevicesUnavailable, InvalidKernelImage, NoKernelImageForDevice, IncompatibleDriverContext, PeerAccessAlreadyEnabled, PeerAccessNotEnabled, DeviceAlreadyInUse, ProfilerDisabled, ProfilerNotInitialized, ProfilerAlreadyStarted, ProfilerAlreadyStopped, Assert, TooManyPeers, HostMemoryAlreadyRegistered, HostMemoryNotRegistered, OperatingSystem, PeerAccessUnsupported, LaunchMaxDepthExceeded, LaunchFileScopedTex, LaunchFileScopedSurf, SyncDepthExceeded, LaunchPendingCountExceeded, NotPermitted, NotSupported, HardwareStackError, IllegalInstruction, MisalignedAddress, InvalidAddressSpace, InvalidPc, IllegalAddress, InvalidPtx, InvalidGraphicsContext, NvlinkUncorrectable, JitCompilerNotFound, CooperativeLaunchTooLarge, StartupFailure, ApiFailureBase, }

Variants

Trait Implementations

impl Debug for cudaError_t
[src]

Formats the value using the given formatter. Read more

impl Copy for cudaError_t
[src]

impl Clone for cudaError_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for cudaError_t
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for cudaError_t
[src]

impl Hash for cudaError_t
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for cudaError_t

impl Sync for cudaError_t