Home
last modified time | relevance | path

Searched defs:AllReduce (Results 1 – 24 of 24) sorted by relevance

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/net/
H A Dgroup.hpp383 inline void Group::AllReduce(int& value, std::plus<int>) { in AllReduce() function in thrill::net::Group
387 inline void Group::AllReduce(int& value, common::minimum<int>) { in AllReduce() function in thrill::net::Group
391 inline void Group::AllReduce(int& value, common::maximum<int>) { in AllReduce() function in thrill::net::Group
407 inline void Group::AllReduce(unsigned int& value, std::plus<unsigned int>) { in AllReduce() function in thrill::net::Group
431 inline void Group::AllReduce(long& value, std::plus<long>) { in AllReduce() function in thrill::net::Group
435 inline void Group::AllReduce(long& value, common::minimum<long>) { in AllReduce() function in thrill::net::Group
439 inline void Group::AllReduce(long& value, common::maximum<long>) { in AllReduce() function in thrill::net::Group
455 inline void Group::AllReduce(unsigned long& value, std::plus<unsigned long>) { in AllReduce() function in thrill::net::Group
479 inline void Group::AllReduce(long long& value, std::plus<long long>) { in AllReduce() function in thrill::net::Group
483 inline void Group::AllReduce(long long& value, common::minimum<long long>) { in AllReduce() function in thrill::net::Group
[all …]
H A Dcollective.hpp568 void Group::AllReduce(T& value, BinarySumOp sum_op) { in AllReduce() function in thrill::net::Group
H A Dflow_control_channel.hpp599 AllReduce(const T& value, const BinarySumOp& sum_op = BinarySumOp()) { in AllReduce() function in thrill::net::FlowControlChannel
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/thrill/api/
H A Dall_reduce.hpp89 ValueType DIA<ValueType, Stack>::AllReduce( in AllReduce() function in thrill::api::DIA
124 ValueType DIA<ValueType, Stack>::AllReduce( in AllReduce() function in thrill::api::DIA
/dports/math/vtk8/VTK-8.2.0/Parallel/Core/
H A DvtkCommunicator.h1076 int AllReduce(const int *sendBuffer, int *recvBuffer, in AllReduce() function
1086 int AllReduce(const short *sendBuffer, short *recvBuffer, in AllReduce() function
1096 int AllReduce(const long *sendBuffer, long *recvBuffer, in AllReduce() function
1111 int AllReduce(const char *sendBuffer, char *recvBuffer, in AllReduce() function
1121 int AllReduce(const float *sendBuffer, float *recvBuffer, in AllReduce() function
1126 int AllReduce(const double *sendBuffer, double *recvBuffer, in AllReduce() function
1143 int AllReduce(const int *sendBuffer, int *recvBuffer, in AllReduce() function
1153 int AllReduce(const short *sendBuffer, short *recvBuffer, in AllReduce() function
1163 int AllReduce(const long *sendBuffer, long *recvBuffer, in AllReduce() function
1178 int AllReduce(const char *sendBuffer, char *recvBuffer, in AllReduce() function
[all …]
H A DvtkMultiProcessController.h1281 int AllReduce(const int *sendBuffer, int *recvBuffer, in AllReduce() function
1291 int AllReduce(const short *sendBuffer, short *recvBuffer, in AllReduce() function
1301 int AllReduce(const long *sendBuffer, long *recvBuffer, in AllReduce() function
1316 int AllReduce(const char *sendBuffer, char *recvBuffer, in AllReduce() function
1326 int AllReduce(const float *sendBuffer, float *recvBuffer, in AllReduce() function
1331 int AllReduce(const double *sendBuffer, double *recvBuffer, in AllReduce() function
1352 int AllReduce(const int *sendBuffer, int *recvBuffer, in AllReduce() function
1362 int AllReduce(const short *sendBuffer, short *recvBuffer, in AllReduce() function
1372 int AllReduce(const long *sendBuffer, long *recvBuffer, in AllReduce() function
1387 int AllReduce(const char *sendBuffer, char *recvBuffer, in AllReduce() function
[all …]
H A DvtkCommunicator.cxx1618 int vtkCommunicator::AllReduce(vtkDataArray *sendBuffer, in AllReduce() function in vtkCommunicator
1640 int vtkCommunicator::AllReduce(vtkDataArray *sendBuffer, in AllReduce() function in vtkCommunicator
/dports/math/vtk9/VTK-9.1.0/Parallel/Core/
H A DvtkCommunicator.h1099 int AllReduce(const int* sendBuffer, int* recvBuffer, vtkIdType length, int operation) in AllReduce() function
1103 int AllReduce( in AllReduce() function
1112 int AllReduce( in AllReduce() function
1121 int AllReduce( in AllReduce() function
1126 int AllReduce( in AllReduce() function
1135 int AllReduce( in AllReduce() function
1152 int AllReduce(const unsigned long long* sendBuffer, unsigned long long* recvBuffer, in AllReduce() function
1195 int AllReduce( in AllReduce() function
1204 int AllReduce( in AllReduce() function
1209 int AllReduce( in AllReduce() function
[all …]
H A DvtkMultiProcessController.h1264 int AllReduce( in AllReduce() function
1273 int AllReduce( in AllReduce() function
1282 int AllReduce( in AllReduce() function
1287 int AllReduce( in AllReduce() function
1296 int AllReduce( in AllReduce() function
1324 int AllReduce( in AllReduce() function
1334 int AllReduce(const short* sendBuffer, short* recvBuffer, vtkIdType length, in AllReduce() function
1344 int AllReduce(const long* sendBuffer, long* recvBuffer, vtkIdType length, in AllReduce() function
1359 int AllReduce(const char* sendBuffer, char* recvBuffer, vtkIdType length, in AllReduce() function
1369 int AllReduce(const float* sendBuffer, float* recvBuffer, vtkIdType length, in AllReduce() function
[all …]
H A DvtkMultiProcessController.cxx776 int vtkMultiProcessController::AllReduce( in AllReduce() function in vtkMultiProcessController
870 int vtkMultiProcessController::AllReduce( in AllReduce() function in vtkMultiProcessController
H A DvtkCommunicator.cxx1662 int vtkCommunicator::AllReduce(vtkDataArray* sendBuffer, vtkDataArray* recvBuffer, int operation) in AllReduce() function in vtkCommunicator
1681 int vtkCommunicator::AllReduce( in AllReduce() function in vtkCommunicator
/dports/math/vtk6/VTK-6.2.0/Parallel/Core/
H A DvtkMultiProcessController.h907 int AllReduce(const int *sendBuffer, int *recvBuffer, in AllReduce() function
922 int AllReduce(const char *sendBuffer, char *recvBuffer, in AllReduce() function
927 int AllReduce(const float *sendBuffer, float *recvBuffer, in AllReduce() function
932 int AllReduce(const double *sendBuffer, double *recvBuffer, in AllReduce() function
938 int AllReduce(const vtkIdType *sendBuffer, vtkIdType *recvBuffer, in AllReduce() function
944 int AllReduce(vtkDataArray *sendBuffer, vtkDataArray *recvBuffer, in AllReduce() function
949 int AllReduce(const int *sendBuffer, int *recvBuffer, in AllReduce() function
964 int AllReduce(const char *sendBuffer, char *recvBuffer, in AllReduce() function
969 int AllReduce(const float *sendBuffer, float *recvBuffer, in AllReduce() function
974 int AllReduce(const double *sendBuffer, double *recvBuffer, in AllReduce() function
[all …]
H A DvtkCommunicator.h689 int AllReduce(const int *sendBuffer, int *recvBuffer, in AllReduce() function
694 int AllReduce(const unsigned long *sendBuffer, unsigned long *recvBuffer, in AllReduce() function
704 int AllReduce(const char *sendBuffer, char *recvBuffer, in AllReduce() function
709 int AllReduce(const float *sendBuffer, float *recvBuffer, in AllReduce() function
714 int AllReduce(const double *sendBuffer, double *recvBuffer, in AllReduce() function
720 int AllReduce(const vtkIdType *sendBuffer, vtkIdType *recvBuffer, in AllReduce() function
728 int AllReduce(const int *sendBuffer, int *recvBuffer, in AllReduce() function
743 int AllReduce(const char *sendBuffer, char *recvBuffer, in AllReduce() function
748 int AllReduce(const float *sendBuffer, float *recvBuffer, in AllReduce() function
753 int AllReduce(const double *sendBuffer, double *recvBuffer, in AllReduce() function
[all …]
H A DvtkCommunicator.cxx1440 int vtkCommunicator::AllReduce(vtkDataArray *sendBuffer, in AllReduce() function in vtkCommunicator
1462 int vtkCommunicator::AllReduce(vtkDataArray *sendBuffer, in AllReduce() function in vtkCommunicator
/dports/science/madness/madness-ebb3fd7/src/madness/external/elemental/src/core/imports/
H A Dmpi.cpp2273 void AllReduce( const T* sbuf, T* rbuf, int count, Op op, Comm comm ) in AllReduce() function
2286 void AllReduce in AllReduce() function
2337 void AllReduce( const T* sbuf, T* rbuf, int count, Comm comm ) in AllReduce() function
2361 T AllReduce( T sb, Op op, Comm comm ) in AllReduce() function
2385 T AllReduce( T sb, Comm comm ) in AllReduce() function
2409 void AllReduce( T* buf, int count, Op op, Comm comm ) in AllReduce() function
2429 void AllReduce( Complex<R>* buf, int count, Op op, Comm comm ) in AllReduce() function
2505 void AllReduce( T* buf, int count, Comm comm ) in AllReduce() function
/dports/math/vtk9/VTK-9.1.0/IO/CGNS/
H A DvtkCGNSFileSeriesReader.cxx423 void AllReduce(std::set<std::string>& names, vtkMultiProcessController* controller) in AllReduce() function
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/
H A DCPUReduction.cpp363 class AllReduce : public Reduction { class
365 AllReduce(Backend* backend, const Op* op) : Reduction(backend, op) { in AllReduce() function in MNN::AllReduce
/dports/math/vtk9/VTK-9.1.0/Parallel/DIY/
H A DvtkDIYUtilities.cxx174 void vtkDIYUtilities::AllReduce(diy::mpi::communicator& comm, vtkBoundingBox& bbox) in AllReduce() function in vtkDIYUtilities
/dports/misc/py-xgboost/xgboost-1.5.1/src/common/
H A Dquantile.cu510 void SketchContainer::AllReduce() { in AllReduce() function in xgboost::common::SketchContainer
H A Dquantile.cc268 void HostSketchContainer::AllReduce( in AllReduce() function in xgboost::common::HostSketchContainer
/dports/misc/xgboost/xgboost-1.5.1/src/common/
H A Dquantile.cu510 void SketchContainer::AllReduce() { in AllReduce() function in xgboost::common::SketchContainer
H A Dquantile.cc268 void HostSketchContainer::AllReduce( in AllReduce() function in xgboost::common::HostSketchContainer
/dports/graphics/ospray/ospray-2.8.0/modules/mpi/common/
H A DCollectives.cpp352 AllReduce::AllReduce(const void *sendBuffer, in AllReduce() function in mpicommon::AllReduce
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/benchmarks/net/
H A Dnet_benchmark.cpp558 class AllReduce class