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

The actual implementation for reduce. More...

#include <lci_binding_post.hpp>

Collaboration diagram for lci::reduce_x:
[legend]

Public Member Functions

 reduce_x (const void *sendbuf_in, void *recvbuf_in, size_t count_in, size_t item_size_in, reduce_op_t op_in, int root_in)
 
reduce_x && sendbuf (const void *sendbuf_in)
 
reduce_x && recvbuf (void *recvbuf_in)
 
reduce_x && count (size_t count_in)
 
reduce_x && item_size (size_t item_size_in)
 
reduce_x && op (reduce_op_t op_in)
 
reduce_x && root (int root_in)
 
reduce_x && runtime (runtime_t runtime_in)
 
reduce_x && device (device_t device_in)
 
reduce_x && endpoint (endpoint_t endpoint_in)
 
reduce_x && matching_engine (matching_engine_t matching_engine_in)
 
void call_impl (const void *sendbuf, void *recvbuf, size_t count, size_t item_size, reduce_op_t op, int root, 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_count
 
size_t m_item_size
 
reduce_op_t m_op
 
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
 

Detailed Description

The actual implementation for reduce.

Constructor & Destructor Documentation

◆ reduce_x()

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

Member Function Documentation

◆ call()

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

◆ call_impl()

void lci::reduce_x::call_impl ( const void * sendbuf,
void * recvbuf,
size_t count,
size_t item_size,
reduce_op_t op,
int root,
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:

◆ count()

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

◆ device()

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

◆ endpoint()

reduce_x && lci::reduce_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()

reduce_x && lci::reduce_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()

reduce_x && lci::reduce_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()

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

◆ recvbuf()

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

◆ root()

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

◆ runtime()

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

◆ sendbuf()

reduce_x && lci::reduce_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_count

size_t lci::reduce_x::m_count

◆ m_device

option_t<device_t> lci::reduce_x::m_device

◆ m_endpoint

option_t<endpoint_t> lci::reduce_x::m_endpoint

◆ m_item_size

size_t lci::reduce_x::m_item_size

◆ m_matching_engine

option_t<matching_engine_t> lci::reduce_x::m_matching_engine

◆ m_op

reduce_op_t lci::reduce_x::m_op

◆ m_recvbuf

void* lci::reduce_x::m_recvbuf

◆ m_root

int lci::reduce_x::m_root

◆ m_runtime

option_t<runtime_t> lci::reduce_x::m_runtime

◆ m_sendbuf

const void* lci::reduce_x::m_sendbuf

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