cuda.bindings.cufile.SizeTConfigParameter#
- class cuda.bindings.cufile.SizeTConfigParameter(value: int)#
See CUFileSizeTConfigParameter_t.
- __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
EXECUTION_MAX_IO_QUEUE_DEPTHEXECUTION_MAX_IO_THREADSEXECUTION_MAX_REQUEST_PARALLELISMEXECUTION_MIN_IO_THRESHOLD_SIZE_KBPOLLTHRESHOLD_SIZE_KBPROFILE_STATSPROPERTIES_BATCH_IO_TIMEOUT_MSPROPERTIES_IO_BATCHSIZEPROPERTIES_MAX_DEVICE_CACHE_SIZE_KBPROPERTIES_MAX_DEVICE_PINNED_MEM_SIZE_KBPROPERTIES_MAX_DIRECT_IO_SIZE_KBPROPERTIES_PER_BUFFER_CACHE_SIZE_KBdenominatorthe 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