Class Cudf

java.lang.Object
ai.rapids.cudf.Cudf

public class Cudf extends Object
  • 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.