cuda::pipeline::consumer_release

Defined in header <cuda/pipeline>:

template <cuda::thread_scope Scope>
__host__ __device__
void cuda::pipeline<Scope>::consumer_release();

Releases the current pipeline stage.

Note

  • If the calling thread is a producer thread, the behavior is undefined.

  • If the pipeline is in a quitted state, the behavior is undefined.