--- grand_parent: Pipelines parent: cuda::pipeline --- # `cuda::pipeline::producer_commit` Defined in header ``: ```cuda template __host__ __device__ void cuda::pipeline::producer_commit(); ``` Commits operations previously issued by the current thread to the current _pipeline stage_. ## Expects If the calling thread is a _consumer thread_, the behavior is undefined. The pipeline is in a _quitted state_ (see [`cuda::pipeline::quit`]), the behavior is undefined. [`cuda::pipeline::quit`]: ./quit.md