Package | Description |
---|---|
ai.rapids.cudf |
Modifier and Type | Method and Description |
---|---|
static CuFileBuffer |
CuFileBuffer.allocate(long bytes,
boolean registerBuffer)
Allocate memory for use with cuFile on the GPU.
|
Modifier and Type | Method and Description |
---|---|
long |
CuFileWriteHandle.append(CuFileBuffer buffer,
long length)
Append the specified cuFile buffer to the file.
|
void |
CuFileReadHandle.read(CuFileBuffer buffer,
long fileOffset)
Read the file content into the specified cuFile buffer.
|
void |
CuFileWriteHandle.write(CuFileBuffer buffer,
long length,
long fileOffset)
Write the specified cuFile buffer into the file.
|
Copyright © 2024. All rights reserved.