7.73. cudaSubgridScheduleNodeParams

struct cudaSubgridScheduleNodeParams

Subgrid schedule node parameters.

Parameters for a subgrid schedule graph node.

Public Members

cudaExecutionContext_t ctx

Execution context for the schedule.

If NULL, the current context is used.

cudaSubgridSchedule_t schedule

Subgrid schedule handle.

Must be NULL for node creation; will be filled in by the driver with a freshly allocated empty schedule.