cuda.bindings.cufile.driver_set_poll_mode#

cuda.bindings.cufile.driver_set_poll_mode(bool poll, size_t poll_threshold_size)#
Sets whether the Read/Write APIs use polling to do IO operations This takes place before the driver is opened. No-op if driver is already open.

:param poll: boolean to indicate whether to use poll mode or not.
:type poll: bint
:param poll_threshold_size: max IO size to use for POLLING mode in KB.
:type poll_threshold_size: size_t

.. seealso:: `cuFileDriverSetPollMode`