LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
lci::allgather_x Class Reference

The actual implementation for allgather. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::allgather_x:
[legend]

Public Member Functions

 allgather_x (const void *sendbuf_in, void *recvbuf_in, size_t size_in)
 
allgather_x && sendbuf (const void *sendbuf_in)
 
allgather_x && recvbuf (void *recvbuf_in)
 
allgather_x && size (size_t size_in)
 
allgather_x && runtime (runtime_t runtime_in)
 
allgather_x && device (device_t device_in)
 
allgather_x && endpoint (endpoint_t endpoint_in)
 
allgather_x && matching_engine (matching_engine_t matching_engine_in)
 
void call_impl (const void *sendbuf, void *recvbuf, size_t size, runtime_t runtime, device_t device, endpoint_t endpoint, matching_engine_t matching_engine) const
 
void call () const
 
void operator() () const
 

Public Attributes

const void * m_sendbuf
 
void * m_recvbuf
 
size_t m_size
 
option_t< runtime_tm_runtime
 
option_t< device_tm_device
 
option_t< endpoint_tm_endpoint
 
option_t< matching_engine_tm_matching_engine
 

Detailed Description

The actual implementation for allgather.

Constructor & Destructor Documentation

◆ allgather_x()

lci::allgather_x::allgather_x ( const void * sendbuf_in,
void * recvbuf_in,
size_t size_in )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ call()

void lci::allgather_x::call ( ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call_impl()

void lci::allgather_x::call_impl ( const void * sendbuf,
void * recvbuf,
size_t size,
runtime_t runtime,
device_t device,
endpoint_t endpoint,
matching_engine_t matching_engine ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ device()

allgather_x && lci::allgather_x::device ( device_t device_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ endpoint()

allgather_x && lci::allgather_x::endpoint ( endpoint_t endpoint_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ matching_engine()

allgather_x && lci::allgather_x::matching_engine ( matching_engine_t matching_engine_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

void lci::allgather_x::operator() ( ) const
inline
Here is the call graph for this function:

◆ recvbuf()

allgather_x && lci::allgather_x::recvbuf ( void * recvbuf_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ runtime()

allgather_x && lci::allgather_x::runtime ( runtime_t runtime_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ sendbuf()

allgather_x && lci::allgather_x::sendbuf ( const void * sendbuf_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ size()

allgather_x && lci::allgather_x::size ( size_t size_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ m_device

option_t<device_t> lci::allgather_x::m_device

◆ m_endpoint

option_t<endpoint_t> lci::allgather_x::m_endpoint

◆ m_matching_engine

option_t<matching_engine_t> lci::allgather_x::m_matching_engine

◆ m_recvbuf

void* lci::allgather_x::m_recvbuf

◆ m_runtime

option_t<runtime_t> lci::allgather_x::m_runtime

◆ m_sendbuf

const void* lci::allgather_x::m_sendbuf

◆ m_size

size_t lci::allgather_x::m_size

The documentation for this class was generated from the following files: