7.37. cudaHostNodeParamsV2 Struct Reference
[Data types used by CUDA Runtime]
CUDA host node parameters
Public Variables
- cudaHostFn_t fn
- unsigned int syncMode
- void * userData
Variables
- cudaHostFn_tcudaHostNodeParamsV2::fn [inherited]
-
The function to call when the node executes
- unsigned int cudaHostNodeParamsV2::syncMode [inherited]
-
The synchronization mode to use for the host task
- void * cudaHostNodeParamsV2::userData [inherited]
-
Argument to pass to the function