Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static Rmm.LogConf |
Rmm.logTo(File location)
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
Rmm.initialize(int allocationMode,
Rmm.LogConf logConf,
long poolSize)
Initialize memory manager state and storage.
|
Constructor and Description |
---|
RmmLoggingResourceAdaptor(C wrapped,
Rmm.LogConf conf,
boolean autoFlush)
Create a new logging resource adaptor.
|
Copyright © 2024. All rights reserved.