Realm
A distributed, event-based tasking library
Loading...
Searching...
No Matches
redop.h File Reference
#include "realm/realm_config.h"
#include <cstddef>
#include <type_traits>
Include dependency graph for redop.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Realm::ReductionOpUntyped
 
struct  Realm::ReductionOp< REDOP >
 

Namespaces

namespace  Realm
 
namespace  Realm::ReductionKernels
 

Functions

template<typename REDOP , bool EXCL>
void Realm::ReductionKernels::cpu_apply_wrapper (void *lhs_ptr, size_t lhs_stride, const void *rhs_ptr, size_t rhs_stride, size_t count, const void *userdata)
 
template<typename REDOP , bool EXCL>
void Realm::ReductionKernels::cpu_fold_wrapper (void *rhs1_ptr, size_t rhs1_stride, const void *rhs2_ptr, size_t rhs2_stride, size_t count, const void *userdata)