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

The actual implementation for broadcast. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::broadcast_x:
[legend]

Public Member Functions

 broadcast_x (void *buffer_in, size_t size_in, int root_in)
 
broadcast_x && buffer (void *buffer_in)
 
broadcast_x && size (size_t size_in)
 
broadcast_x && root (int root_in)
 
broadcast_x && runtime (runtime_t runtime_in)
 
broadcast_x && device (device_t device_in)
 
broadcast_x && endpoint (endpoint_t endpoint_in)
 
broadcast_x && matching_engine (matching_engine_t matching_engine_in)
 
broadcast_x && comp (comp_t comp_in)
 
broadcast_x && algorithm (broadcast_algorithm_t algorithm_in)
 
broadcast_x && ring_nsteps (int ring_nsteps_in)
 
void call_impl (void *buffer, size_t size, int root, runtime_t runtime, device_t device, endpoint_t endpoint, matching_engine_t matching_engine, comp_t comp, broadcast_algorithm_t algorithm, int ring_nsteps) const
 
void call () const
 
void operator() () const
 

Public Attributes

void * m_buffer
 
size_t m_size
 
int m_root
 
option_t< runtime_tm_runtime
 
option_t< device_tm_device
 
option_t< endpoint_tm_endpoint
 
option_t< matching_engine_tm_matching_engine
 
option_t< comp_tm_comp
 
option_t< broadcast_algorithm_tm_algorithm
 
option_t< int > m_ring_nsteps
 

Detailed Description

The actual implementation for broadcast.

Constructor & Destructor Documentation

◆ broadcast_x()

lci::broadcast_x::broadcast_x ( void * buffer_in,
size_t size_in,
int root_in )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ algorithm()

broadcast_x && lci::broadcast_x::algorithm ( broadcast_algorithm_t algorithm_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ buffer()

broadcast_x && lci::broadcast_x::buffer ( void * buffer_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ call()

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

◆ call_impl()

void lci::broadcast_x::call_impl ( void * buffer,
size_t size,
int root,
runtime_t runtime,
device_t device,
endpoint_t endpoint,
matching_engine_t matching_engine,
comp_t comp,
broadcast_algorithm_t algorithm,
int ring_nsteps ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ comp()

broadcast_x && lci::broadcast_x::comp ( comp_t comp_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ device()

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

◆ endpoint()

broadcast_x && lci::broadcast_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()

broadcast_x && lci::broadcast_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::broadcast_x::operator() ( ) const
inline
Here is the call graph for this function:

◆ ring_nsteps()

broadcast_x && lci::broadcast_x::ring_nsteps ( int ring_nsteps_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ root()

broadcast_x && lci::broadcast_x::root ( int root_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ runtime()

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

◆ size()

broadcast_x && lci::broadcast_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_algorithm

option_t<broadcast_algorithm_t> lci::broadcast_x::m_algorithm

◆ m_buffer

void* lci::broadcast_x::m_buffer

◆ m_comp

option_t<comp_t> lci::broadcast_x::m_comp

◆ m_device

option_t<device_t> lci::broadcast_x::m_device

◆ m_endpoint

option_t<endpoint_t> lci::broadcast_x::m_endpoint

◆ m_matching_engine

option_t<matching_engine_t> lci::broadcast_x::m_matching_engine

◆ m_ring_nsteps

option_t<int> lci::broadcast_x::m_ring_nsteps

◆ m_root

int lci::broadcast_x::m_root

◆ m_runtime

option_t<runtime_t> lci::broadcast_x::m_runtime

◆ m_size

size_t lci::broadcast_x::m_size

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