Enum cublas_sys::cublasStatus_t [] [src]

pub enum cublasStatus_t {
    CUBLAS_STATUS_SUCCESS,
    CUBLAS_STATUS_NOT_INITIALIZED,
    CUBLAS_STATUS_ALLOC_FAILED,
    CUBLAS_STATUS_INVALID_VALUE,
    CUBLAS_STATUS_ARCH_MISMATCH,
    CUBLAS_STATUS_MAPPING_ERROR,
    CUBLAS_STATUS_EXECUTION_FAILED,
    CUBLAS_STATUS_INTERNAL_ERROR,
    CUBLAS_STATUS_NOT_SUPPORTED,
    CUBLAS_STATUS_LICENSE_ERROR,
}

Variants

CUBLAS_STATUS_SUCCESSCUBLAS_STATUS_NOT_INITIALIZEDCUBLAS_STATUS_ALLOC_FAILEDCUBLAS_STATUS_INVALID_VALUECUBLAS_STATUS_ARCH_MISMATCHCUBLAS_STATUS_MAPPING_ERRORCUBLAS_STATUS_EXECUTION_FAILEDCUBLAS_STATUS_INTERNAL_ERRORCUBLAS_STATUS_NOT_SUPPORTEDCUBLAS_STATUS_LICENSE_ERROR

Trait Implementations

impl Copy for Enum_Unnamed1
[src]

impl Clone for Enum_Unnamed1
[src]

fn clone(&self) -> Enum_Unnamed1

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Enum_Unnamed1
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl PartialEq for Enum_Unnamed1
[src]

fn eq(&self, __arg_0: &Enum_Unnamed1) -> bool

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

fn ne(&self, other: &Rhs) -> bool
1.0.0

This method tests for !=.