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

The actual implementation for allreduce. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::allreduce_x:
[legend]

Public Member Functions

 allreduce_x (const void *sendbuf_in, void *recvbuf_in, size_t count_in, size_t item_size_in, reduce_op_t op_in)
 
allreduce_x && sendbuf (const void *sendbuf_in)
 
allreduce_x && recvbuf (void *recvbuf_in)
 
allreduce_x && count (size_t count_in)
 
allreduce_x && item_size (size_t item_size_in)
 
allreduce_x && op (reduce_op_t op_in)
 
allreduce_x && runtime (runtime_t runtime_in)
 
allreduce_x && device (device_t device_in)
 
allreduce_x && endpoint (endpoint_t endpoint_in)
 
allreduce_x && matching_engine (matching_engine_t matching_engine_in)
 
allreduce_x && comp (comp_t comp_in)
 
allreduce_x && algorithm (allreduce_algorithm_t algorithm_in)
 
allreduce_x && ring_nsteps (int ring_nsteps_in)
 
void call_impl (const void *sendbuf, void *recvbuf, size_t count, size_t item_size, reduce_op_t op, runtime_t runtime, device_t device, endpoint_t endpoint, matching_engine_t matching_engine, comp_t comp, allreduce_algorithm_t algorithm, int ring_nsteps) const
 
void call () const
 
void operator() () const
 

Public Attributes

const void * m_sendbuf
 
void * m_recvbuf
 
size_t m_count
 
size_t m_item_size
 
reduce_op_t m_op
 
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< allreduce_algorithm_tm_algorithm
 
option_t< int > m_ring_nsteps
 

Detailed Description

The actual implementation for allreduce.

Constructor & Destructor Documentation

◆ allreduce_x()

lci::allreduce_x::allreduce_x ( const void * sendbuf_in,
void * recvbuf_in,
size_t count_in,
size_t item_size_in,
reduce_op_t op_in )
inline
Here is the caller graph for this function:

Member Function Documentation

◆ algorithm()

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

◆ call()

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

◆ call_impl()

void lci::allreduce_x::call_impl ( const void * sendbuf,
void * recvbuf,
size_t count,
size_t item_size,
reduce_op_t op,
runtime_t runtime,
device_t device,
endpoint_t endpoint,
matching_engine_t matching_engine,
comp_t comp,
allreduce_algorithm_t algorithm,
int ring_nsteps ) const
Here is the call graph for this function:
Here is the caller graph for this function:

◆ comp()

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

◆ count()

allreduce_x && lci::allreduce_x::count ( size_t count_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ device()

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

◆ endpoint()

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

◆ item_size()

allreduce_x && lci::allreduce_x::item_size ( size_t item_size_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ matching_engine()

allreduce_x && lci::allreduce_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:

◆ op()

allreduce_x && lci::allreduce_x::op ( reduce_op_t op_in)
inline
Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator()()

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

◆ recvbuf()

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

◆ ring_nsteps()

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

◆ runtime()

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

◆ sendbuf()

allreduce_x && lci::allreduce_x::sendbuf ( const void * sendbuf_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<allreduce_algorithm_t> lci::allreduce_x::m_algorithm

◆ m_comp

option_t<comp_t> lci::allreduce_x::m_comp

◆ m_count

size_t lci::allreduce_x::m_count

◆ m_device

option_t<device_t> lci::allreduce_x::m_device

◆ m_endpoint

option_t<endpoint_t> lci::allreduce_x::m_endpoint

◆ m_item_size

size_t lci::allreduce_x::m_item_size

◆ m_matching_engine

option_t<matching_engine_t> lci::allreduce_x::m_matching_engine

◆ m_op

reduce_op_t lci::allreduce_x::m_op

◆ m_recvbuf

void* lci::allreduce_x::m_recvbuf

◆ m_ring_nsteps

option_t<int> lci::allreduce_x::m_ring_nsteps

◆ m_runtime

option_t<runtime_t> lci::allreduce_x::m_runtime

◆ m_sendbuf

const void* lci::allreduce_x::m_sendbuf

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