Home
last modified time | relevance | path

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

/third_party/boost/boost/fiber/cuda/
Dwaitfor.hpp77 class many_streams_rendezvous { class
79 many_streams_rendezvous( std::initializer_list< cudaStream_t > l) : in many_streams_rendezvous() function in boost::fibers::cuda::detail::many_streams_rendezvous
84 …cudaError_t status = ::cudaStreamAddCallback( st, trampoline< many_streams_rendezvous >, this, fla…
129 detail::many_streams_rendezvous rendezvous{ st0, stx ... }; in waitfor_all()
/third_party/boost/boost/fiber/hip/
Dwaitfor.hpp77 class many_streams_rendezvous { class
79 many_streams_rendezvous( std::initializer_list< hipStream_t > l) : in many_streams_rendezvous() function in boost::fibers::cuda::detail::many_streams_rendezvous
84 …hipError_t status = ::hipStreamAddCallback( st, trampoline< many_streams_rendezvous >, this, flags…
129 detail::many_streams_rendezvous rendezvous{ st0, stx ... }; in waitfor_all()