Uses of Class
ai.rapids.cudf.CuFileBuffer
Packages that use CuFileBuffer
-
Uses of CuFileBuffer in ai.rapids.cudf
Methods in ai.rapids.cudf that return CuFileBufferModifier and TypeMethodDescriptionstatic CuFileBuffer
CuFileBuffer.allocate
(long bytes, boolean registerBuffer) Allocate memory for use with cuFile on the GPU.Methods in ai.rapids.cudf with parameters of type CuFileBufferModifier and TypeMethodDescriptionlong
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.