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.
- Parameters:
poll (bint) – boolean to indicate whether to use poll mode or not.
poll_threshold_size (size_t) – max IO size to use for POLLING mode in KB.
See also
cuFileDriverSetPollMode