Package ai.rapids.cudf
Class Cudf
java.lang.Object
ai.rapids.cudf.Cudf
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetKernelPinnedCopyThreshold(long kernelPinnedCopyThreshold) cuDF copies that are smaller than the threshold will use a kernel to copy, instead of cudaMemcpyAsync.static voidsetPinnedAllocationThreshold(long pinnedAllocationThreshold) cudf allocations that are smaller than the threshold will use the pinned host memory resource.
-
Constructor Details
-
Cudf
public Cudf()
-
-
Method Details
-
setKernelPinnedCopyThreshold
public static void setKernelPinnedCopyThreshold(long kernelPinnedCopyThreshold) cuDF copies that are smaller than the threshold will use a kernel to copy, instead of cudaMemcpyAsync. -
setPinnedAllocationThreshold
public static void setPinnedAllocationThreshold(long pinnedAllocationThreshold) cudf allocations that are smaller than the threshold will use the pinned host memory resource.
-