public class RmmAllocationMode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
ARENA
Use arena suballocation strategy
|
static int |
CUDA_ASYNC
Use CUDA async suballocation strategy
|
static int |
CUDA_DEFAULT
Use cudaMalloc for allocation
|
static int |
CUDA_MANAGED_MEMORY
Use cudaMallocManaged rather than cudaMalloc
|
static int |
POOL
Use pool suballocation strategy
|
Constructor and Description |
---|
RmmAllocationMode() |
public static final int CUDA_DEFAULT
public static final int POOL
public static final int CUDA_MANAGED_MEMORY
public static final int ARENA
public static final int CUDA_ASYNC
Copyright © 2024. All rights reserved.