Package ai.rapids.cudf
Interface ArrowIPCOptions.NeedGpu
- Enclosing class:
- ArrowIPCOptions
public static interface ArrowIPCOptions.NeedGpu
-
Method Summary
Modifier and TypeMethodDescriptionvoid
A callback to indicate that we are about to start putting data on the GPU.
-
Method Details
-
needTheGpu
void needTheGpu()A callback to indicate that we are about to start putting data on the GPU.
-