public class CUmemAllocationHandleType extends Object
Modifier and Type | Field and Description |
---|---|
static int |
CU_MEM_HANDLE_TYPE_MAX |
static int |
CU_MEM_HANDLE_TYPE_POSIX_FILE_DESCRIPTOR
Allows a file descriptor to be used for exporting.
|
static int |
CU_MEM_HANDLE_TYPE_WIN32
Allows a Win32 NT handle to be used for exporting.
|
static int |
CU_MEM_HANDLE_TYPE_WIN32_KMT
Allows a Win32 KMT handle to be used for exporting.
|
Modifier and Type | Method and Description |
---|---|
static String |
stringFor(int n)
Returns a string representation of the given constant
|
public static final int CU_MEM_HANDLE_TYPE_POSIX_FILE_DESCRIPTOR
public static final int CU_MEM_HANDLE_TYPE_WIN32
public static final int CU_MEM_HANDLE_TYPE_WIN32_KMT
public static final int CU_MEM_HANDLE_TYPE_MAX
public static String stringFor(int n)
Copyright © 2020. All rights reserved.