Home
last modified time | relevance | path

Searched refs:single_stream_rendezvous (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/fiber/cuda/
Dwaitfor.hpp42 class single_stream_rendezvous { class
44 single_stream_rendezvous( cudaStream_t st) { in single_stream_rendezvous() function in boost::fibers::cuda::detail::single_stream_rendezvous
46 …cudaError_t status = ::cudaStreamAddCallback( st, trampoline< single_stream_rendezvous >, this, fl… in single_stream_rendezvous()
122 detail::single_stream_rendezvous rendezvous( st); in waitfor_all()
/third_party/boost/boost/fiber/hip/
Dwaitfor.hpp42 class single_stream_rendezvous { class
44 single_stream_rendezvous( hipStream_t st) { in single_stream_rendezvous() function in boost::fibers::cuda::detail::single_stream_rendezvous
46 …hipError_t status = ::hipStreamAddCallback( st, trampoline< single_stream_rendezvous >, this, flag… in single_stream_rendezvous()
122 detail::single_stream_rendezvous rendezvous( st); in waitfor_all()