cuda::pipeline::producer_commit
Defined in header <cuda/pipeline>
:
template <cuda::thread_scope Scope>
__host__ __device__
void cuda::pipeline<Scope>::producer_commit();
Commits operations previously issued by the current thread to the current pipeline stage.
Note
If the calling thread is a consumer thread, the behavior is undefined.
If the pipeline is in a quitted state, the behavior is undefined.