| Package | Description |
|---|---|
| ai.rapids.cudf |
| Modifier and Type | Method and Description |
|---|---|
static void |
Rmm.setEventHandler(RmmEventHandler handler)
Sets the event handler to be called on RMM events (e.g.: allocation failure).
|
static void |
Rmm.setEventHandler(RmmEventHandler handler,
boolean enableDebug)
Sets the event handler to be called on RMM events (e.g.: allocation failure) and
optionally enable debug mode (callbacks on every allocate and deallocate)
NOTE: Only enable debug mode when necessary, as code will run much slower!
|
Copyright © 2023. All rights reserved.