install#

cuml.accel.install(disable_uvm: bool = False, log_level: Literal['error', 'warn', 'info', 'debug', None] = None) None[source]#

Enable cuml.accel.

Parameters:
disable_uvmbool, optional

Whether to disable UVM.

log_level{“error”, “warn”, “info”, “debug”}, optional

The log level to set for the cuml.accel logger. Defaults to None to check the value of the CUML_ACCEL_LOG_LEVEL environment variable, falling back to "warn" if not configured. Set to "info" or "debug" to get more information about what methods cuml.accel accelerated for a given run.