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