Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static CudaMemoryBuffer |
CudaMemoryBuffer.allocate(long bytes)
Allocate memory for use on the GPU.
|
static CudaMemoryBuffer |
CudaMemoryBuffer.allocate(long bytes,
Cuda.Stream stream)
Allocate memory for use on the GPU.
|
static CudaMemoryBuffer |
Rmm.allocCuda(long size,
Cuda.Stream stream)
Allocate device memory using `cudaMalloc` and return a pointer to device memory.
|
CudaMemoryBuffer |
CudaMemoryBuffer.slice(long offset,
long len)
Slice off a part of the device buffer.
|
Copyright © 2024. All rights reserved.