NVIDIACUDA Toolkit Documentation
Search In:

Search Results

    < Previous | Next >
    CUDA Runtime API (PDF) - v12.1.0 (older) - Last updated February 28, 2023 - Send Feedback

    7.23. cudaHostNodeParams Struct Reference

    [Data types used by CUDA Runtime]

    CUDA host node parameters

    Public Variables

    cudaHostFn_t fn
    void * userData

    Variables

    cudaHostFn_tcudaHostNodeParams::fn [inherited]

    The function to call when the node executes

    void * cudaHostNodeParams::userData [inherited]

    Argument to pass to the function