public class CUgraphExecUpdateResult extends Object
| Modifier and Type | Field and Description | 
|---|---|
static int | 
CU_GRAPH_EXEC_UPDATE_ERROR
The update failed for an unexpected reason which is described in the return value of the function 
 | 
static int | 
CU_GRAPH_EXEC_UPDATE_ERROR_FUNCTION_CHANGED
The update failed because the function of a kernel node changed 
 | 
static int | 
CU_GRAPH_EXEC_UPDATE_ERROR_NODE_TYPE_CHANGED
The update failed because a node type changed 
 | 
static int | 
CU_GRAPH_EXEC_UPDATE_ERROR_NOT_SUPPORTED
The update failed because something about the node is not supported 
 | 
static int | 
CU_GRAPH_EXEC_UPDATE_ERROR_PARAMETERS_CHANGED
The update failed because the parameters changed in a way that is not supported 
 | 
static int | 
CU_GRAPH_EXEC_UPDATE_ERROR_TOPOLOGY_CHANGED
The update failed because the topology changed 
 | 
static int | 
CU_GRAPH_EXEC_UPDATE_SUCCESS
The update succeeded 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
stringFor(int n)
Returns a string representation of the given constant 
 | 
public static final int CU_GRAPH_EXEC_UPDATE_SUCCESS
public static final int CU_GRAPH_EXEC_UPDATE_ERROR
public static final int CU_GRAPH_EXEC_UPDATE_ERROR_TOPOLOGY_CHANGED
public static final int CU_GRAPH_EXEC_UPDATE_ERROR_NODE_TYPE_CHANGED
public static final int CU_GRAPH_EXEC_UPDATE_ERROR_FUNCTION_CHANGED
public static final int CU_GRAPH_EXEC_UPDATE_ERROR_PARAMETERS_CHANGED
public static final int CU_GRAPH_EXEC_UPDATE_ERROR_NOT_SUPPORTED
public static String stringFor(int n)
Copyright © 2020. All rights reserved.