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_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

Trait Implementations

Derived Implementations

impl Copy for Enum_Unnamed1

impl Clone for Enum_Unnamed1

fn clone(&self) -> Enum_Unnamed1

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

impl Debug for Enum_Unnamed1

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

impl PartialEq for Enum_Unnamed1

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

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