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.accellogger. Defaults toNoneto check the value of theCUML_ACCEL_LOG_LEVELenvironment variable, falling back to"warn"if not configured. Set to"info"or"debug"to get more information about what methodscuml.accelaccelerated for a given run.