libgrape-lite
A C++ library for parallel graph processing
|
This is the complete list of members for grape::cuda::Event, including all inherited members.
Create() (defined in grape::cuda::Event) | grape::cuda::Event | inlinestatic |
Event()=default (defined in grape::cuda::Event) | grape::cuda::Event | |
Event(const Event &other)=default (defined in grape::cuda::Event) | grape::cuda::Event | |
Event(Event &&other) noexcept (defined in grape::cuda::Event) | grape::cuda::Event | inline |
Event(std::shared_ptr< IEvent > internal_event) (defined in grape::cuda::Event) | grape::cuda::Event | inlineexplicit |
Event(cudaEvent_t cuda_event, const std::function< void(cudaEvent_t)> &releaser) (defined in grape::cuda::Event) | grape::cuda::Event | inlineprivate |
internal_event_ (defined in grape::cuda::Event) | grape::cuda::Event | private |
operator=(Event &&other) noexcept (defined in grape::cuda::Event) | grape::cuda::Event | inline |
operator=(const Event &other) (defined in grape::cuda::Event) | grape::cuda::Event | inline |
Query() const (defined in grape::cuda::Event) | grape::cuda::Event | inline |
Record(const Stream &stream) const (defined in grape::cuda::Event) | grape::cuda::Event | inline |
Sync() const (defined in grape::cuda::Event) | grape::cuda::Event | inline |
Wait(const Stream &stream) const (defined in grape::cuda::Event) | grape::cuda::Event | inline |