public class Cudf extends Object
| Constructor and Description |
|---|
Cudf() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setKernelPinnedCopyThreshold(long kernelPinnedCopyThreshold)
cuDF copies that are smaller than the threshold will use a kernel to copy, instead
of cudaMemcpyAsync.
|
static void |
setPinnedAllocationThreshold(long pinnedAllocationThreshold)
cudf allocations that are smaller than the threshold will use the pinned host
memory resource.
|
public static void setKernelPinnedCopyThreshold(long kernelPinnedCopyThreshold)
public static void setPinnedAllocationThreshold(long pinnedAllocationThreshold)
Copyright © 2024. All rights reserved.