7.42. cudaHostNodeParamsV2

struct cudaHostNodeParamsV2

CUDA host node parameters.

Public Members

cudaExecutionContext_t ctx

CUDA Execution Context.

cudaHostFn_t fn

The function to call when the node executes.

unsigned int syncMode

The synchronization mode to use for the host task.

void *userData

Argument to pass to the function.