Uses of Class
ai.rapids.cudf.Rmm.LogConf
Packages that use Rmm.LogConf
-
Uses of Rmm.LogConf in ai.rapids.cudf
Methods in ai.rapids.cudf that return Rmm.LogConfModifier and TypeMethodDescriptionstatic Rmm.LogConf
Create a config that will write alloc/free logs to a file.static Rmm.LogConf
Rmm.logToStderr()
Create a config that will write alloc/free logs to stderr.static Rmm.LogConf
Rmm.logToStdout()
Create a config that will write alloc/free logs to stdout.Methods in ai.rapids.cudf with parameters of type Rmm.LogConfModifier and TypeMethodDescriptionstatic void
Rmm.initialize
(int allocationMode, Rmm.LogConf logConf, long poolSize) Initialize memory manager state and storage.Constructors in ai.rapids.cudf with parameters of type Rmm.LogConfModifierConstructorDescriptionRmmLoggingResourceAdaptor
(C wrapped, Rmm.LogConf conf, boolean autoFlush) Create a new logging resource adaptor.