7.23. CUDA_HOST_NODE_PARAMS_v2

Defined in /dvs/p4/build/sw/gpgpu/bin/x86_64_Linux_release/stub/cuda.h

struct CUDA_HOST_NODE_PARAMS_v2

Host node parameters.

Public Members

CUhostFn fn

The function to call when the node executes.

void *userData

Argument to pass to the function.

unsigned int syncMode

The sync mode to use for the host task.

CUcontext ctx
CUgreenCtx gCtx
union CUDA_HOST_NODE_PARAMS_v2::[anonymous] [anonymous]