cuda.bindings.cufile.OpError#
- class cuda.bindings.cufile.OpError(value: int)#
See CUfileOpError.
- __init__()#
Methods
__init__()as_integer_ratio()Return a pair of integers, whose ratio is equal to the original int.
bit_count()Number of ones in the binary representation of the absolute value of self.
bit_length()Number of bits necessary to represent self in binary.
conjugateReturns self, the complex conjugate of any int.
from_bytes([byteorder, signed])Return the integer represented by the given array of bytes.
is_integer()Returns True.
to_bytes([length, byteorder, signed])Return an array of bytes representing an integer.
Attributes
ASYNC_NOT_SUPPORTEDBATCH_FULLBATCH_NOCOMPAT_ERRORBATCH_SUBMIT_FAILEDCUDA_CONTEXT_MISMATCHCUDA_DRIVER_ERRORCUDA_MEMORY_TYPE_INVALIDCUDA_POINTER_INVALIDCUDA_POINTER_RANGE_ERRORDEVICE_NOT_FOUNDDEVICE_NOT_SUPPORTEDDIO_NOT_SETDRIVER_ALREADY_OPENDRIVER_CLOSINGDRIVER_INVALID_PROPSDRIVER_NOT_INITIALIZEDDRIVER_UNSUPPORTED_LIMITDRIVER_VERSION_MISMATCHDRIVER_VERSION_READ_ERRORGETNEWFD_FAILEDGPU_MEMORY_PINNING_FAILEDHANDLE_ALREADY_REGISTEREDHANDLE_NOT_REGISTEREDHASH_OPR_ERRORINTERNAL_BATCH_CANCEL_ERRORINTERNAL_BATCH_GETSTATUS_ERRORINTERNAL_BATCH_SETUP_ERRORINTERNAL_BATCH_SUBMIT_ERRORINTERNAL_BUF_REGISTER_ERRORINTERNAL_ERRORINVALID_CONTEXT_ERRORINVALID_FILE_OPEN_FLAGINVALID_FILE_TYPEINVALID_MAPPING_RANGEINVALID_MAPPING_SIZEINVALID_VALUEIO_DISABLEDIO_ERRORIO_MAX_ERRORIO_NOT_SUPPORTEDMEMORY_ALREADY_REGISTEREDMEMORY_NOT_REGISTEREDNOMEM_ERRORNVFS_DRIVER_ERRORNVFS_INTERNAL_DRIVER_ERRORNVFS_SETUP_ERRORPERMISSION_DENIEDPLATFORM_NOT_SUPPORTEDSUCCESSdenominatorthe denominator of a rational number in lowest terms
imagthe imaginary part of a complex number
namenumeratorthe numerator of a rational number in lowest terms
realthe real part of a complex number
value